github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/flosch/pongo2.v3/docs/filters.md (about) 1 TODO: 2 3 * What are filters? 4 * List+explain all existing filters (pongo2 + pongo2-addons) 5 6 Implemented filters so far which needs documentation: 7 8 * escape 9 * safe 10 * escapejs 11 * add 12 * addslashes 13 * capfirst 14 * center 15 * cut 16 * date 17 * default 18 * default_if_none 19 * divisibleby 20 * first 21 * floatformat 22 * get_digit 23 * iriencode 24 * join 25 * last 26 * length 27 * length_is 28 * linebreaks 29 * linebreaksbr 30 * linenumbers 31 * ljust 32 * lower 33 * make_list 34 * phone2numeric 35 * pluralize 36 * random 37 * removetags 38 * rjust 39 * slice 40 * stringformat 41 * striptags 42 * time 43 * title 44 * truncatechars 45 * truncatechars_html 46 * truncatewords 47 * truncatewords_html 48 * upper 49 * urlencode 50 * urlize 51 * urlizetrunc 52 * wordcount 53 * wordwrap 54 * yesno 55 56 * filesizeformat* 57 * slugify* 58 * truncatesentences* 59 * truncatesentences_html* 60 * markdown* 61 * intcomma* 62 * ordinal* 63 * naturalday* 64 * timesince* 65 * timeuntil* 66 * naturaltime* 67 68 Filters marked with * are available through [pongo2-addons](https://github.com/flosch/pongo2-addons).