{% extends 'base_admin.html.twig' %} {% block title %}Modifier un type de licence{% endblock %} {% block body %}

Modification de : {{ licence.name }}

Retour
Places restantes actuellement : {{ licence.quantity - remainingPlaces }}
{% include "admin/licence/type/_form_edit.html.twig" %}
{% endblock %}