{% load i18n admindocs_llm %} # {% translate 'Template tag documentation' %} {% regroup tags|dictsort:"library" by library as tag_libraries %} {% for library in tag_libraries %} ## {% firstof library.grouper _("Built-in tags") %} {% for tag in library.list|dictsort:"name" %} ### {{ tag.name }} {% if tag.title %} {{ tag.title|striptags }} {% endif %}{% if tag.body %} {{ tag.body|markdown }} {% endif %} {% endfor %} {% endfor %}