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

Terms

{% for term in page.objects %}

{{ term.term }}

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