Snippet List
Ttemplates and filters for quoting e-mails in templates.
The `quoted_email` tag takes a template, renders it and quotes the result.
The `quote_text` filter puts one or more levels of quotes around the passed text.
- filter
- tag
- filters
- email
- tags
- quoting
A simple template filter for taking a list and humanizing it, converting:
`["foo", "bar"]` to `"foo and bar"`
`["foo", "bar", "baz"]` to `"foo, bar and baz"`
`["foo", "bar", "baz", "42"]` to `"foo, bar, baz and 42"`
- filter
- lists
- filters
- humanize
ChipX86 has posted 3 snippets.