{% extends "admin/base.html.twig" %} {% block title %}Éditer les paramètres - Administration{% endblock %} {% block body %}

Paramètre

{{ form_start(form) }} {{ form_errors(form) }} {{ form_row(form.imageFile) }} {% if parameter.cardFilename %} Voir la carte {% endif %} {{ form_end(form) }}
{% endblock %}