{% extends 'base.html.twig' %} {% block idiomas %} {% for idioma in idiomas %} {% if idioma.lang == 'en' %} English {% elseif idioma.lang == 'es' %} Español {% else %} Català {% endif %} {% endfor %} {% endblock %} {% block content %}
{% if entity.foto is not null %}
{% if app.user and is_granted("ROLE_EDITOR") %}
{% endif %}
{% endif %}

{{ entity.titol }}

{{ entity.texte|raw }}

{% endblock %}