{% extends "ircpanel/base.html" %} {% block title %}{{ heading }}{% endblock %} {% block hero_icon %}{% endblock %} {% block eyebrow %}Protection du réseau{% endblock %} {% block heading %}{{ heading }} {{ total }}{% endblock %} {% block subtitle %}{{ subtitle }}{% endblock %} {% block content %}
TypeMasqueMotifParExpire
{% for b in rows %}
{{ b.kind }} {{ b.mask }} {% if b.reason.is_empty() %}Aucun motif{% else %}{{ b.reason }}{% endif %} {% if b.set_by.is_empty() %}—{% else %}{{ b.set_by }}{% endif %}{% if !b.set_ago.is_empty() %} · {{ b.set_ago }}{% endif %} {{ b.expires }}
{% endfor %} {% if rows.is_empty() %}
{{ empty }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}