{% extends 'base.html.twig' %} {% set bodyClass = 'registry_tool list' %} {% set menuItem = 'registry_tool' %} {% block title %}{{ 'registry.tool.title.list'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 'registry.tool.label.name'|trans }} | {% if is_granted('ROLE_REFERENT') %}{{ 'global.label.organization'|trans }} | {% endif %} {% if app.user.hasServices %}{{ 'global.label.service'|trans }} | {% endif %}{{ 'registry.tool.label.type'|trans }} | {{ 'registry.tool.label.editor'|trans }} | {{ 'registry.tool.label.archival'|trans }} | {{ 'registry.tool.label.encrypted'|trans }} | {{ 'registry.tool.label.access_control'|trans }} | {{ 'registry.tool.label.update'|trans }} | {{ 'registry.tool.label.backup'|trans }} | {{ 'registry.tool.label.deletion'|trans }} | {{ 'registry.tool.label.tracking'|trans }} | {{ 'registry.tool.label.has_comment'|trans }} | {{ 'registry.tool.label.other'|trans }} | {{ 'global.label.linked_treatment'|trans }} | {{ 'global.label.linked_contractor'|trans }} | {{ 'global.label.linked_proof'|trans }} | {{ 'global.label.linked_mesurement'|trans }} | {{ 'global.label.created_at'|trans }} | {{ 'global.label.updated_at'|trans }} | {{ 'global.label.actions'|trans }} |