{% load i18n %} {% load lfc_tags %}

{% trans 'Permissions' %}

{% for group in groups %} {% endfor %} {% for permission in permissions %} {% for group in permission.groups %} {% endfor %} {% endfor %}
{% trans "Inherit" %} {% trans "Permission" %}{{ group.name }}
{{ permission.name }}
{% ifhasperm edit %} {% endifhasperm %}

{% trans 'Worflow' %}

The current worflow is: {{ workflow }}