{% 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 %}
{{ total }}
Comptes
{{ reg_24h }}
Dernières 24 h
{{ reg_7d }}
7 derniers jours
{{ verified }}
Vérifiés
{{ pending }}
Non vérifiés
Inscriptions sur 14 jours
{% for d in days %}
{% endfor %}
Comptes récents
{% for e in recent %} {% endfor %}
QuandCompteE-mailÉtat
{{ e.when }} {{ e.user }} {% if e.email.is_empty() %}{% else %}{{ e.email }}{% endif %} {% if e.verified %}vérifié{% else %}en attente{% endif %}
{% if recent.is_empty() %}
Aucun compte enregistré.
{% endif %}
{% endblock %}