{% if entity.consentimentLOPD and entity.foto is not null %}
{% if app.user and is_granted("ROLE_EDITOR") %}
{% endif %}
{% endif %}
{{ entity.cognoms }}, {{ entity.nom }}
{% if app.request.locale != 'en' %}
{{ entity.tipus | categoria |trans({}, 'app') }} {% if entity.jornada is not null and entity.jornada != "varis" %} {{ entity.jornada | dedicacio |trans({}, 'app') }} {% endif %}
{% endif %} {% if false and entity.situacio is not null and app.request.locale != 'en' %}
{{ entity.situacio |situacio |trans({}, 'app') }}
{% endif %} {% if false and entity.dataAlta is not null %}
{{ 'labels.dataalta' |trans({}, 'app') }}: {{ entity.dataAlta | date('d/m/Y') }} {% if entity.dataAlta is not null and entity.dataBaixa is not null %} {{ 'labels.databaixa' |trans({}, 'app') }}: {{ entity.dataBaixa | date('d/m/Y') }} {% endif %}
{% endif %} {% if entity.especialitat is not null %}
{{ 'labels.especialitat' |trans({}, 'app') }}: {{ entity.especialitat | especialitat |trans({}, 'app') }}
{% endif %} {% if entity.grup is not null %}
{{ 'labels.grup_recerca' | trans({}, 'app') }}: {{ entity.grup }}
{% endif %} {% if entity.grupurv is not null %}
{{ 'labels.grup_recerca_urv' | trans({}, 'app') }}: {{ entity.grupurv }}
{% endif %} {% if entity.telefon is not null %}
{{ entity.telefon }}
{% endif %} {% if entity.despatx is not null %}
{{ 'labels.despatx' |trans({}, 'app') }}: {{ entity.despatx }}
{% endif %} {% if entity.perfil is not null %}

{{ entity.perfil }}

{% endif %} {% if entity.curriculum is not null %}
{{ 'personal.cv' |trans({}, 'app') }} {% if app.user and is_granted("ROLE_EDITOR") %}
{% endif %}
{% endif %} {% if entity.cvbreu is not null %}
{{ 'personal.cvbreu' |trans({}, 'app') }} {% if app.user and is_granted("ROLE_EDITOR") %}
{% endif %}
{% endif %}