{{ 'page.csv.new.title2' |trans }}
{#The Right Way - Admin Template
#}
{#
#}
{{ form_start(form,{'attr': {'role':'form','id': 'csvForm'}}) }}
{{ form_end(form) }}
{{ form_widget(form.name, { 'attr': {'class': 'form-control', 'placeholder': 'page.csv.new.title6' |trans} }) }}
{{ form_errors(form.name) }}
{{ form_widget(form.file, { 'attr': {'class': 'form-control', 'placeholder': 'page.csv.new.title8' |trans,'required':'true'} }) }}
{#
#}
{{ form_errors(form.file) }}