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

{{ 'maturity.referentiel.title.rights'|trans }} {{ form.vars.value.name}}

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

{{ 'global.tab.rights'|trans }}

{{ form_row(form.optionRightSelection) }} {{ form_row(form.authorizedCollectivityTypes) }} {{ form_row(form.authorizedCollectivities) }}
{{ form_end(form) }}
{% endblock %} {% block javascripts %} {{ include('Maturity/Referentiel/_form_js.html.twig') }} {% endblock %}