{% 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.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.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|truncate(400) }}

{% endif %}