{% load i18n %}
{% trans "Name" %} | {% trans "Add" %} | {% trans "Change" %} | {% trans "Delete" %} |
---|---|---|---|
{{ content_perms_dict.object|capfirst }} |
{% with content_perms_dict.add as perm_tuple %} {% if perm_tuple %} {% endif %} {% endwith %} | {% with content_perms_dict.change as perm_tuple %} {% if perm_tuple %} {% endif %} {% endwith %} | {% with content_perms_dict.delete as perm_tuple %} {% if perm_tuple %} {% endif %} {% endwith %} |
{% trans "Name" %} | |
---|---|
{{ perm_tuple.0.name }} |