{% extends 'admin.html' %} {% block breadcrumb %} {{ block.super }}
  • Associations
  • {% if corporation %}
  • {{ corporation }}
  • Modification
  • {% else %}
  • Nouvelle
  • {% endif %} {% endblock %} {% block content %}

    {% if corporation %}Modifier{% else %}Ajouter{% endif %} une association

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