{{ pregunta }}
{% for opcion in opciones %}
{% if opcion.value in valores_seleccionados %}
{% endif %}
{{ opcion.label }}
{% endfor %}