{% if ban_list.paginator %} {% include "pagination.html" with list=ban_list %} {% endif %} {% for ban in ban_list %} {% endfor %}
Utilisateur Raison Date de début Date de fin
{{ ban.user }} {{ ban.raison }} {{ ban.date_start }} {{ ban.date_end }} {% if is_bofh %} {% include 'buttons/edit.html' with href='users:edit-ban' id=ban.id %} {% endif %} {% include 'buttons/history.html' with href='users:history' name='ban' id=ban.id %}