{% extends "retrieval/base.html" %} {% block bodyclass %}dashboard2{% endblock %} {% comment %} ########################################################################### # # # Copyright (c) 2011 - Idiap Research Institute # # http://www.idiap.ch/ # # # # See file COPYING for the license associated to this software # # # ########################################################################### {% endcomment %} {% block pretitle %} {% trans 'Registered users' %} {% endblock %} {% block content %} {% if users %} {# table 0 - start #}
ID | Username | Age | Gender | First login | Last login | |
{{user.id}} | {{user.username}} | {{user.age}} | {{user.gender}} | {{user.email}} | {{user.date_joined}} | {{user.last_login}} |
Session id | State | User id | Task id | Config id | Iterations | Date/time |
{{s.id}} | {{s.evaluation}} | {{s.user_id}} | {{s.task_id}} | {{s.config_id}} | {{s.iterations}} | {{s.datetime}} |
No session data in the database. |
{% trans 'What is a User'%}{% trans 'Hopefully, a real user :)'%} {% if message %} {{ message }}{% endif %} |
{% trans 'Permission operation'%}{% trans 'Add the user to certain groups'%} User '{{ current_user.username }}' belongs to: {{ permnames }} |
{% trans 'Irreversible operation'%}{% trans 'Delete the user and all related evaluations'%} {# formular to delete the current user #} |