{% 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 %} {{ 'Caso de estudio'|trans({}) }}
{{ respuestaca[pregunta.alias]|raw }}
{% endif %} {% endif %} {% if respuestas is empty %} {{ 'Search'|trans({}) }} {% else %} {% set encontrada = false %} {% if respuesta[pregunta.alias] is defined %} {% set encontrada=true %} {{ 'Search'|trans({}) }} {% endif %} {% if not encontrada %} {{ 'Search'|trans({}) }} {% endif %} {% endif %}