{% if roles is not empty and functions is not empty %}
{% for role in roles %} {% endfor %} {% for function in functions %} {% for role in roles %} {% endfor %} {% endfor %}
Funktionen
Rollen
Die Anordnung der Rollen entspricht der Reihenfolge zur Auswahl. Je weiter links eine Rolle steht, desto früher kommt sie in der Auswahl.
Administrator
{% if not loop.first %} {% else %} {% endif %}
{% if not loop.last %} {% else %} {% endif %}
{{ role.getTitle() }}
{{ function.getTitle() }}
{% else %} {% if roles is empty %} {% endif %} {% if functions is empty %} {% endif %} {% endif %}