{% extends "tp_base_admin.html" %} {% load assets baseurl i18n %} {% block title %}{% trans "Permissions" %} | {{ block.super }}{% endblock %} {% block body_id %}tpadminpermissions{% endblock %} {% block section_body %}

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

{% 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/admin_general.html" %}
{% endblock %} {% block scripts_extra %} {{ block.super }} {% assets "js_admin" %} {% endassets %} {% endblock %}