{% extends 'base.html.twig' %} {% set bodyClass = 'maturity_survey form edit' %} {% set menuItem = 'maturity_survey' %} {% block title %}{{ 'maturity.survey.title.create'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}

{{ 'maturity.survey.title.create'|trans }} Choix du référentiel

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'maturity.survey.title.list'|trans, 'link': path('maturity_survey_list') }, { 'name': 'maturity.survey.title.create'|trans } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}

{{ 'maturity.survey.label.step_start'|trans }}

{{ 'maturity.referentiel.title.list'|trans }}
{{ 'maturity.survey.label.referentiel'|trans }} {{ 'maturity.survey.label.description'|trans }}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('js/collectionManager') }} {{ include('Maturity/Survey/_form_js.html.twig') }} {% set dataTableOptions = { columns: [ {"data": "name", "className": "noVis"}, {"data" : "description", "className": "noVis"}, ], buttons: [], } %} {{ include('_Utils/_serverside_datatable_base.html.twig') }} {% endblock %}