{% extends 'base.html.twig' %} {% set bodyClass = 'registry_mesurement action_plan' %} {% set menuItem = 'registry_mesurement_action_plan' %} {% block title %}{{ 'registry.mesurement.title.action_plan'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 'registry.mesurement.label.name'|trans }} | {% if is_granted('ROLE_REFERENT') %}{{ 'global.label.organization'|trans }} | {% endif %} {% if app.user.hasServices %}{{ 'global.label.service'|trans }} | {% endif %}{{ 'registry.mesurement.label.planification_date'|trans }} | {{ 'registry.mesurement.label.cost'|trans }} | {{ 'registry.mesurement.label.charge'|trans }} | {{ 'registry.mesurement.label.priority'|trans }} | {{ 'registry.mesurement.label.manager'|trans }} | {{ 'registry.mesurement.label.description'|trans }} | {{ 'registry.mesurement.label.comment'|trans }} | {{ 'global.label.created_at'|trans }} | {{ 'global.label.updated_at'|trans }} | {{ 'global.label.actions'|trans }} |