{% extends 'Backend/_layout.html.twig' %} {% block page_title %}

Import import de panélistes

{% endblock %} {% block content %}
Import
{{ include('/_widgets/flash_notifications.html.twig') }} {% if arrayProblem is defined %}

{{ arrayProblem | length }} lignes trouvées

{% endif %}
{{ form_start(form, {'attr' : { 'class' : 'form-horizontal' }}) }}
{{ form_label(form.file, null, {'label': 'Fichier', 'label_attr': {'class': 'col-md-2 control-label'}}) }}
{{ form_widget(form.file, {'attr': {'class': '', 'placeholder' : 'Fichier'}}) }}
Fichier en CSV uniquement (colonnes séparés par des ;)
Return
{{ form_end(form) }}
{% endblock %}