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