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

{% trans "Table Name" %}: {{ title.title }}

{% for attr in attrs %} {% endfor %} {% for one in ones %} {% for attr in one.keys %} {% autoescape off %} {% endautoescape %} {% endfor %} {% empty %}

There are not content in this table.

{% endfor %}
{{ attr }}
{{ one|getkey:attr }}
{% if previous_page %} previous {% else %} {% comment %} previous {% endcomment %} {% endif %}
{% for index in page_offset_list %} {% if index == current_page %} {{ index }} {% else %} {{ index }} {% endif %} {% endfor %}
{% if next_page %} next {% else %} {% comment %} next {% endcomment %} {% endif %}
{% endblock body %}