{% extends "misago/admin/generic/list.html" %} {% load i18n %} {% block page-actions %}
{% trans "New level" %}
{% endblock %} {% block table-header %} {% trans "Warning level" %} {% trans "Length" %} {% trans "Replying" %} {% trans "Starting threads" %} {% for action in extra_actions %}   {% endfor %}         {% endblock table-header %} {% block table-row %} #{{ forloop.counter }} {{ item }} {{ item.length }} {% if item.restricts_posting_replies == 0 %}
{% trans "Not restricted" %}
{% elif item.restricts_posting_replies == 1 %}
{% trans "Moderated" %}
{% else %}
{% trans "Forbidden" %}
{% endif %} {% if item.restricts_posting_threads == 0 %}
{% trans "Not restricted" %}
{% elif item.restricts_posting_threads == 1 %}
{% trans "Moderated" %}
{% else %}
{% trans "Forbidden" %}
{% endif %} {% for action in extra_actions %} {% endfor %} {% if not forloop.last %}
{% else %}   {% endif %} {% if not forloop.first %}
{% else %}   {% endif %}
{% endblock %} {% block emptylist %}

{% trans "No warning levels are currently defined." %}

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