{% extends "misago/admin/generic/list.html" %} {% load i18n %} {% block page-actions %}
{% trans "New rank" %}
{% endblock %} {% block table-header %} {% trans "Rank" %} {% trans "Title" %} {% trans "Special" %} {% for action in extra_actions %}   {% endfor %}             {% endblock table-header %} {% block table-row %} {{ item }} {% if item.title %} {% trans item.title %} {% else %} {% trans "No title set" %} {% endif %} {% if item.is_tab %}
{% endif %} {% if item.is_on_index %}
{% endif %} {% if item.is_default %}
{% endif %} {% for action in extra_actions %} {% endfor %} {% if not item.is_default %}
{% else %}   {% endif %} {% if not forloop.last %}
{% else %}   {% endif %} {% if not forloop.first %}
{% else %}   {% endif %}
{% endblock %} {% block emptylist %}

{% trans "No ranks are currently defined." %}

{% endblock emptylist %} {% block javascripts %} {% endblock %}