{% extends 'base.html.twig' %} {% set bodyClass = 'registry_proof list' %} {% set menuItem = 'registry_proof' %} {% block title %}{{ 'registry.proof.title.list'|trans }} - {{ parent() }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body_head %}
| {% if is_granted('ROLE_REFERENT') %} | {% endif %} {% if app.user.hasServices %} | {% endif %} | |||||
|---|---|---|---|---|---|---|---|
| {{ 'registry.proof.label.name'|trans }} | {% if is_granted('ROLE_REFERENT') %}{{ 'global.label.organization'|trans }} | {% endif %} {% if app.user.hasServices %}{{ 'global.label.service'|trans }} | {% endif %}{{ 'registry.proof.label.type'|trans }} | {{ 'registry.proof.label.comment'|trans }} | {{ 'global.label.created_at'|trans }} | {{ 'global.label.updated_at'|trans }} | {{ 'global.label.actions'|trans }} |