{% extends 'base.html' %} {% block content %}
 Ajouter une association

Associations

{% for corp in object_list %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Raison sociale Numéro d’adhérent
{{ corp.social_reason }} {% if corp.adhesion %}ADT{{ corp.adhesion.pk }}{% else %}–{% endif %}  Modifier
{% endif %} {% endfor %}
{% endblock %}