{% extends "language_base.html" %} {% load i18n baseurl %} {% block title %} {% blocktrans with block.super as prevtitle %}{{ prevtitle }} ยป Permissions{% endblocktrans %} {% endblock %} {% block bodyclass %}languageadmin{% endblock %} {% block precontent %} {{ block.super }}
{{ filestyle_text }}
{% endblock %} {% block content %}

{% trans "Below you can add, edit, and delete the permissions for this language." %}

{{ permission_set_formset.management_form }} {% for form in permission_set_formset.forms %} {{ form.as_table }} {% endfor %}
{% trans "Username" %}{% trans "Permissions" %}{% trans "Delete" %}

{% endblock %}