{% if library.grouper %}{{ library.grouper }}{% else %}Built-in filters{% endif %}
{% if library.grouper %}To use these filters, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the filter.
{% endif %} {% for filter in library.list|dictsort:"name" %}
{{ filter.name }}
{{ filter.title }}
Usage: {% templatetag openvariable %} variable|{{ filter.name }}{% if filter.meta.AcceptsArgument %}:"arg"{% endif %} {% templatetag closevariable %}
{{ filter.body }}
{% if not forloop.last %}{% endif %} {% endfor %}