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