{% extends 'base.html.twig' %} {% set bodyClass = 'registry_mesurement list' %} {% set menuItem = 'registry_mesurement' %} {% block title %}{{ 'registry.mesurement.title.list'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | {% if is_granted('ROLE_USER') %} | {% 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.status'|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 }} | {% if is_granted('ROLE_USER') %}{{ 'global.label.actions'|trans }} | {% endif %}