{% if entity.investigador.getVisible() %} {{ entity.investigador.cognoms }}, {{ entity.investigador.nom | slice(0, 1) }}. ({{ 'labels.investigador' |trans({}, 'app') }}). {% else %} {{ entity.investigador.cognoms }}, {{ entity.investigador.nom | slice(0, 1) }}. ({{ 'labels.investigador' |trans({}, 'app') }}). {% endif %} {% if entity.colaboradors|length > 0 %} {{ membres(entity, true) | raw }}({{ 'labels.investigadors' |trans({}, 'app') }}). {% endif %} "{{ entity.titol }}". {% if entity.descripcio is not null %} {{ entity.descripcio }} {% endif %} {{ 'labels.any_inici' |trans({}, 'app') }}: {{ entity.inici }} {% if entity.final is not null %} - {{ 'labels.any_finalitzacio' |trans({}, 'app') }}: {{ entity.final }}{% endif %}. {% if entity.codi is not null %} {{ 'labels.codi' |trans({}, 'app') }}: {{ entity.codi }} {% endif %}
{% if entity.link is not null %} {{ 'labels.mes_info' |trans({}, 'app') }} {% endif %}