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