{% load i18n %} {% for app, app_data in template_info.items %}

{{ app }}

{% for lib_name, lib_data in app_data.items %}

{{ app }}.{{ lib_name }}

{% load "{{ lib_name }}" %}
{% with data=lib_data.tags kind="tags" %} {% include "django_info/panels/template_table.html" %} {% endwith %} {% with data=lib_data.filters kind="filters" %} {% include "django_info/panels/template_table.html" %} {% endwith %} {% endfor %}
{% endfor %}