{% extends "admin/change_list.html" %} {% load admin_list %} {% load admin_static %} {% load admin_urls %} {% load i18n %} {% block title %}{% trans "List of forums" %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block object-tools-items %}
  • {% trans "Global forum permissions" %}
  • {{ block.super }} {% endblock object-tools-items %} {% block result_list %}
    {% csrf_token %} {% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
    {% include "admin/forum/forum/change_list_table.html" %}
    {% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %}
    {% endblock %}