{% extends "ircpanel/base.html" %} {% block title %}Journal d'audit{% endblock %} {% block hero_icon %}{% endblock %} {% block eyebrow %}Système{% endblock %} {% block heading %}Journal d'audit {{ total }}{% endblock %} {% block subtitle %}Incidents de modération et d'exploitation enregistrés par echo.{% endblock %} {% block content %}
{% for e in rows %} {% endfor %}
QuandIDActionIl y a
{{ e.when }} {{ e.id }} {{ e.summary }} {{ e.ago }}
{% if rows.is_empty() %}
Aucune action enregistrée.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}