{% if library.grouper %}{{ library.grouper }}{% else %}Built-in tags{% endif %}
{% if library.grouper %}To use these tags, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the tag.
{% endif %} {% for tag in library.list|dictsort:"name" %}
{{ tag.name }}
{{ tag.title }}
{{ tag.body }}
{% if not forloop.last %}{% endif %} {% endfor %}