{% extends '@EasyAdmin/page/content.html.twig' %} {% block content_title %}Réimporter Donation {% endblock %} {% set has_batch_actions = false %} {% block page_actions %}{% endblock page_actions %} {% block main %}

Seul les champs receipted seront mis à jour et seulement s'ils sont égaux à 1.

{{ form_start(form, { 'attr': { 'class': 'form-horizontal' } }) }}
{{ form_widget(form.csvFile, { 'attr': { 'class': 'form-control' } }) }} {{ form_errors(form.csvFile) }}
{{ form_end(form) }}

Résultat

{% if results|length > 0 %} {% for result in results %}

{{ result }}

{% endfor %} {% else %}

Pas de modifications.

{% endif %}
{% endblock %}