{% if question.shuffle %} {% do shuffle(question.images) %} {% endif %}
{% for image in question.images %}
{% if image.label %}
{{ image.label }}
{% endif %}
{% endfor %}
{% if question.auto_resize %} {% endif %}