{% extends './base.html' %} {% load static i18n django_moo %} {% block static %} {% endblock static %} {% block queryset %}{% endblock queryset %} {% block body %} {% get_all_attrs one as attrs %}

{% trans "Data from Table" %}: {{ title.title }}

{% for attr in attrs %} {% empty %}

There are not content in this table.

{% endfor %}
{{ attr }} {{ one|getkey:attr }}
{% endblock body %}