{{ notice|safe }}
{% endfor %}Name | Actions |
---|---|
{{ user.name }} {% if user.is_admin %} (Admin user) {% endif %} {% if user.is_deactivated %} (Deactivated user) {% endif %} | {% if user.name not in ("anonymous", "autologin") %} Edit user Delete user {% endif %} |