{% extends 'base.html.twig' %} {% set bodyClass = 'maturity_referentiel form import' %} {% set menuItem = 'maturity_referentiel' %} {% block title %}{{ 'maturity.referentiel.title.import'|trans }} - {{ parent() }}{% endblock %} {% block body_head %}

{{ 'maturity.referentiel.title.import'|trans }}

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'maturity.referentiel.breadcrumb.list'|trans, 'link': path('maturity_referentiel_list') }, { 'name': 'maturity.referentiel.breadcrumb.import'|trans } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}
{{ form_start(form) }}
{{ form_row(form.file) }}
{{ form_end(form) }}
{% endblock %}