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

Tags permissions


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