{% if pregunta.preTitulo is not empty %}
{{ pregunta.preTitulo|trans({})|raw }}
{% endif %} {% if pregunta.descripcion is not empty %}
{{ pregunta.descripcion|trans({})|raw }}
{% else %}
{{ pregunta.descripcion|trans({})|raw }}
{% endif %} {% if casoestudio is defined and casoestudio is not empty %} {% if respuestaca[pregunta.alias] is defined and respuestaca[pregunta.alias] is not empty %} {{ 'Caso de estudio'|trans({}) }}
{{ respuestaca[pregunta.alias]|raw }}
{% endif %} {% endif %} {% if respuestas is empty %} {% else %} {% set encontrada = false %} {% if respuesta[pregunta.alias] is defined %} {% set encontrada=true %} {% endif %} {% if not encontrada %} {% endif %} {% endif %}