{% extends "layout.html" %} {% block head%} {{super()}} {% endblock %} {% block content %}
# | {{ _('Nickname') }} | {{ _('Email') }} | {{ _('Actions') }} |
---|---|---|---|
{{ loop.index }} | {{ user.nickname }} | {{ user.email }} | {% if user.activation_key == "" %} {% else %} {% endif %} |
{{ _('As an administrator you are not listed in this table') }}.