{% if app.user and is_granted("ROLE_EDITOR") %}
Editar CA Editar ES Editar EN Eliminar
{% endif %}
{{ entity.titol }}
{% if entity.investigador.getVisible() %}
{{ 'labels.investigador' |trans({}, 'app') }}: {{ entity.investigador.nomCognoms }}
{% else %}
{{ 'labels.investigador' |trans({}, 'app') }}: {{ entity.investigador.nomCognoms }}
{% endif %}
{{ 'labels.membres' |trans({}, 'app') }}: {{ membres(entity, true) | raw }}
{{ 'labels.any_inici' |trans({}, 'app') }}: {{ entity.inici }} {% if entity.final is not null %}   {{ 'labels.any_finalitzacio' |trans({}, 'app') }}: {{ entity.final }}{% endif %}
{{ 'labels.codi' |trans({}, 'app') }}: {{ entity.codi }}
{% if entity.descripcio is not null %}

{{ entity.descripcio }}

{% endif %} {% if entity.link is not null %} {{ 'labels.mes_info' |trans({}, 'app') }} {% endif %}