{% extends 'admin/base.html.twig' %} {% block title %}Editer un paramètre | Administration{% endblock %} {% block body %} {% for message in app.flashes('success') %} Succès {{ message }} {% endfor %} Éditer un paramètre {{ include('admin/parameter/_form.html.twig', {'button_label': 'Éditer'}) }} {% endblock %}
Succès
{{ message }}