{% firstof library.grouper _("Built-in tags") %}
{% if library.grouper %}
{% blocktranslate with code="{"|add:"% load "|add:library.grouper|add:" %"|add:"}" %}
To use these tags, put {{ code }}
in your template before using the tag.
{% endblocktranslate %}
{% endif %} {% for tag in library.list|dictsort:"name" %}
{{ tag.name }}
{{ tag.title|striptags }}
{{ tag.body }}
{% if not forloop.last %}
{% endif %} {% endfor %}