Users{% if tag %} with tag {{ tag }}{% endif %}
Account | 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 User settings |