{% extends 'Default/base.html.twig' %} {% block title %} {{'PresentielleSession.T27' | trans}} {% endblock %} {% block breadcrumb1 %} {{'PresentielleSession.T28' | trans}} {% endblock %} {% block breadcrumb2 %} {{'PresentielleSession.T29' | trans}} {% endblock %} {% block content %}
{{'PresentielleSession.T30' | trans}} {{ form_start(form, {'method': 'post', 'attr' : {'id' : ''}}) }}
{{ form_widget(form.name, { 'attr': {'class': 'form-control', 'required' : 'true', 'placeholder' : 'Nom du Formation' }}) }}
{{ form_widget(form.startDate, { 'attr': {'class': 'form-control input-group', 'required' : 'true', 'placeholder' : 'date début' }}) }} {{ form_widget(form.endDate, { 'attr': {'class': 'form-control input-group', 'placeholder' : 'date fin' }}) }}
{{ form_widget(form.time, { 'attr': {'class': 'form-control', 'required' : 'true', 'id' : 'timepicker-default', 'value' : 0000, }}) }}
{{ form_widget(form.formateur,{'attr': {'class': 'js-example-basic-single js-states form-control'}}) }}
{{ form_widget(form.categorie,{'attr': {'class': 'js-example-basic-single js-states form-control'}}) }}
{{ form_widget(form.formation,{'attr': {'class': 'js-example-basic-single js-states form-control', '' : ''}}) }}
{% if app.request.locale =='ar' %} {% else %} {% endif %}
{{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}