diff --git a/Project/php/templates/usersView.html b/Project/php/templates/usersView.html index de764fe..2de6510 100755 --- a/Project/php/templates/usersView.html +++ b/Project/php/templates/usersView.html @@ -4,11 +4,12 @@ Users - +
+ @@ -20,13 +21,14 @@ {% if users is defined %} {% for row in users %} + - - + + {% endfor %}
Id Nickname Name Surname
{{row.id}} {{row.nickname}} {{row.name}} {{row.surname}} {{row.email}} {{row.group}}{{row.role}}{{row.extraTime}}{{row.roles|join(', ')}}{{row.extraTime? 'yes' : 'no' }}