{% extends 'base.html' %} {% block content %} {% comment %}

{% endcomment %}

Adhérents

{% for adhesion in object_list %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Numéro d’adhérent Nom ou raison social Type
ADT{{ adhesion.id }} {{ adhesion }} {{ adhesion.type }}  Modifier
{% endif %} {% endfor %}
{% endblock %}