{% 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 pregunta.preTitulo is not empty %}
{{ pregunta.preTitulo|trans({})|raw }}
{% endif %} {% set options = pregunta.TipoPreguntaOptions|split(',') %} {% for option in options %} {% set currentoption=loop.index %}
{{ option }} {% if pregunta.descripcion is not empty %}
{{ pregunta.descripcion|trans({})|raw }}
{% endif %}
{% endfor %}