mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-22 19:55:48 +00:00
4 lines
282 B
HTML
4 lines
282 B
HTML
{% if 'auth' in perms %}Has auth permissions{% endif %}
|
|
{% if 'auth.add_permission' in perms %}Has auth.add_permission permissions{% endif %}
|
|
{% if 'nonexistent' in perms %}nonexistent perm found{% endif %}
|
|
{% if 'auth.nonexistent' in perms %}auth.nonexistent perm found{% endif %}
|