{% extends "ircpanel/base.html" %} {% block title %}Inscriptions{% endblock %} {% block hero_icon %}{% endblock %} {% block eyebrow %}Système{% endblock %} {% block heading %}Inscriptions {{ total }}{% endblock %} {% block subtitle %}Comptes enregistrés auprès des services echo.{% endblock %} {% block content %}
| Quand | Compte | État | |
|---|---|---|---|
| {{ e.when }} | {{ e.user }} | {% if e.email.is_empty() %}—{% else %}{{ e.email }}{% endif %} | {% if e.verified %}vérifié{% else %}en attente{% endif %} |