{% extends "admin/base.html" %} {% load i18n %} {% block title %}{% trans "Permissions" %} | {{ block.super }}{% endblock %} {% block body_id %}adminpermissions{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Permissions" %}
  • {% endblock %} {% block section_description %}{% trans "Here you can add, edit, and delete the default permissions in this Pootle server." %}{% endblock %} {% block section_body %}

    {% trans "The user “nobody” refers to any user that is not logged in (an anonymous, unidentified user). The user “default” refers to the rights that all logged in users will have by default, unless other specific rights were assigned to them." %}

    {% include "admin/_generic_formset.html" %} {% endblock %}