{% load i18n %} {% for app, app_data in template_info.items %}
{% 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 %}