EVOLUTION-MANAGER
Edit File: auth_attrs_perms.html
{% if perms.auth %}Has auth permissions{% endif %} {% if perms.auth.add_permission %}Has auth.add_permission permissions{% endif %} {% if perms.nonexisting %}nonexisting perm found{% endif %} {% if perms.auth.nonexisting in perms %}auth.nonexisting perm found{% endif %}