{% if pregunta.preTitulo is not empty %}
{{ pregunta.preTitulo|trans({})|raw }}
{% endif %} {{ pregunta.nombre|trans({})|raw }} {% if pregunta.descripcion is not empty %}
{{ pregunta.descripcion|trans({})|raw }}
{% else %}
{{ pregunta.descripcion|trans({})|raw }}
{% endif %}