Is it possible to use this syntax of do I have to write an own template tag?
I want to use it to check if a module has to be displayed based on permissions: {% if user.get_module_perms(app.name) %} But this doen't work
Is it possible to use this syntax of do I have to write an own template tag?
I want to use it to check if a module has to be displayed based on permissions: {% if user.get_module_perms(app.name) %} But this doen't work