{% extends 'base2.html.twig' %} {% block title %}Butagaz{% endblock %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %}
{% include 'flashes.html.twig' %} {% if messageSucces is defined %}
{{ messageSucces|raw }}
{% endif %} {% if form is defined %} {{ form_start(form) }}
{{ form_row(form.nouveauMpd) }} {{ form_row(form.confirmation) }}
{{ form_end(form) }} {% endif %}
{% endblock %}