Users

{% for user in users %} {% endfor %}
Name Actions
{{ user.name }} {% if user.is_admin %} (Admin user) {% endif %} {% if user.is_deactivated %} (Deactivated user) {% endif %} {% if not user.password and user.name not in ("anonymous", "autologin") %} (User has not completed registration) {% endif %} {% if user.name not in ("anonymous", "autologin") %} Edit user
{% endif %} View datasets for user
{% include "components/pagination.html" %}