{% extends "misago/admin/generic/base.html" %} {% load i18n %} {% block title %} {{ active_link.name }} | {{ block.super }} {% endblock title%} {% block view %} {% if paginator or order_by or search_form or mass_actions %}
{% if paginator %} {% include "misago/admin/generic/paginator.html" %} {% endif%} {% if order_by %}
{% endif %} {% if search_form %} {% if active_filters %}
{% for name, value in query_order.items %} {% endfor %}
{% endif %} {% endif %} {% if mass_actions %}
{% csrf_token %}
{% endif %}
{% endif %}
{% block table-header %} {% endblock table-header %} {% if mass_actions %} {% endif %} {% block table-items %} {% for item in items %} {% block table-row %}{% endblock table-row %} {% if mass_actions %} {% endif %} {% empty %} {% block emptylist %} {% endblock emptylist %} {% endfor %} {% endblock table-items %}
 
{% if paginator %}
{% include "misago/admin/generic/paginator.html" %}
{% endif %} {% endblock view %} {% block content %} {{ block.super }} {% if search_form %} {% endif %} {% endblock content%} {% block javascripts %} {% if mass_actions %} {% endif %} {% endblock javascripts %}