{% if users is defined %} {% for row in users %} {% endfor %} {% endif %}
Id Nickname Name Surname Mail Group Role Extra Time
{{row.id}} {{row.nickname}} {{row.name}} {{row.surname}} {{row.email}} {{row.group}} {{row.roles|join(', ')}} {{row.extraTime? 'yes' : 'no' }}