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

{% if adhesion %}Modification {{ adhesion }}{% else %}Ajouter un adhérents{% endif %}

{% include '_form.html' %} {% endblock %}