{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
|
ID | Utilisateur | Pays | Admin | Vérifié | Caché | Banni | |
---|---|---|---|---|---|---|---|---|
|
{{ user.id }} | {{ user.name | truncate(32) }} {% if user.website %} {% endif %} {% if user.affiliation %} {{ user.affiliation | truncate(20) }} {% endif %} | {% if user.email %} {{ user.email | truncate(32) }} {% endif %} | {% if user.country %} {{ lookup_country_code(user.country) }} {% endif %} | {% if user.type == 'admin' %} Admin {% endif %} | {% if user.verified %} Vérifié {% endif %} | {% if user.hidden %} Caché {% endif %} | {% if user.banned %} Banni {% endif %} |