{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block title %}{% trans "Administration" %}{% endblock %} {% block h1 %}{% trans "Administration" %}{% endblock %} {% block page_id %}Administration{% endblock %} {% block content %}
{% include "administration/sidebar.html" %}

Terms

{% for term in page.objects %}

{{ term.term }}

{% endfor %} {% if page.has_other %} {% if page.has_previous %} {% trans "Previous page" %} {% endif %} {% if has_next and has_previous %} {% endif %} {% if page.has_next %} {% trans "Next page" %} {% endif %} {% endif %}
{% endblock %}