{% extends 'admin.html' %} {% load bootstrap3 %} {% block breadcrumb %}
  • Adhérents
  • {% endblock %} {% block content %}

    Adhérents

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