{% comment %} {% load url from future %} {% endcomment %}

Tags permissions

{% if groups %}
{% for g in groups %} {% endfor %} {% for t in trees %} {% for p in t.perms %} {% endfor %} {% endfor %}
Tree Owner {{g.name}}
{{t.root.path}} {% if t.owner %}{{t.owner}}{% endif %} {% if t.can_edit %} {% else %}
!
{% endif %}
{% else %}

  • No group is configured to access to this tenant.

  • You must assign at least one group to this tenant.


  • Go to "Users/Groups configuration" section

    {% endif %}