{% load static %}
{% for heading in headings %} {% endfor %} {% for id, is_active, content in rows %} {% for field, value in content %} {% endfor %} {% endfor %}
{{ heading }}
{% if forloop.counter < 3 %}

{% endif %} {% if field == "is_active" and value == True %} True {% elif field == "is_active" and value == False %} False {% else %} {{ value }} {% endif %} {% if forloop.counter < 3 %}

{% endif %}
Contacter les inscrits