{% extends 'base.html.twig' %} {% set bodyClass = 'registry_contractor list' %} {% set menuItem = 'registry_contractor' %} {% block title %}{{ 'registry.contractor.title.list'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ 'registry.contractor.label.name'|trans }} | {% if is_granted('ROLE_REFERENT') %}{{ 'global.label.organization'|trans }} | {% endif %} {% if app.user.hasServices %}{{ 'global.label.service'|trans }} | {% endif %}{{ 'registry.contractor.label.contractual_clauses_verified'|trans }} | {{ 'registry.contractor.list.adopted_security_features'|trans }} | {{ 'registry.contractor.list.maintains_treatment_register'|trans }} | {{ 'registry.contractor.list.sending_data_outside_eu'|trans }} | {{ 'global.label.created_at'|trans }} | {{ 'global.label.updated_at'|trans }} | {% if is_granted('ROLE_USER') %}{{ 'global.label.actions'|trans }} | {% endif %}