{% if action is defined %} {% endif %} {% if users is defined %} {% for row in users %} {% if action is defined %} {% endif %} {% endfor %} {% endif %}
ID Nickname Name Surname Mail Group Role Extra TimeAction
{{ row.id }} {{ row.nickname }} {{ row.name }} {{ row.surname }} {{ row.email }} {{ row.group }} {{ row.roles|join(', ') }} {{ row.extraTime ? 'yes' : 'no' }} {% if action == 'removeUserFromGroup' %} Delete from group {% elseif action == 'addUserToGroup' %} Add to group {% elseif action == 'removeUser' %} Delete {% endif %}