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

{{ 'maturity.survey.title.list'|trans }}

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'maturity.survey.title.list'|trans } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}
{% if is_granted('ROLE_USER') %} {{ 'maturity.survey.action.new'|trans }} {% endif %} {% if category and category.documents|length > 0 %} {{ 'global.action.documentation'|trans }} {% endif %}
{% if is_granted('ROLE_REFERENT') %} {% endif %} {% if is_granted('ROLE_REFERENT') %} {% endif %}
{{ 'maturity.survey.title.list'|trans }}
{{ 'maturity.survey.label.referentiel'|trans }}{{ 'global.label.organization'|trans }}{{ 'maturity.survey.label.score'|trans }} {{ 'global.label.created_at'|trans }} {{ 'global.label.updated_at'|trans }} {{ 'global.label.actions'|trans }}
{% endblock %} {% block javascripts %} {% if is_granted('ROLE_REFERENT') %} {% set dataTableOptions = { columns: [ {"data": "referentiel", "className": "noVis"}, {"data": "collectivity"}, {"data": "score", "visible": true}, {"data": "createdAt", "visible": false}, {"data": "updatedAt", "visible": false}, {"data": "actions", "className": "noVis", "orderable": false} ], order: [[3, 'desc' ]], } %} {% else %} {% set dataTableOptions = { columns: [ {"data": "referentiel", "className": "noVis"}, {"data": "score", "visible": true}, {"data": "createdAt", "visible": false}, {"data": "updatedAt", "visible": false}, {"data": "actions", "className": "noVis", "orderable": false} ], order: [[2, 'desc' ]], } %} {% endif %} {{ include('_Utils/_serverside_datatable.html.twig') }} {% endblock %}