{% load wagtailcore_tags wagtailimages_tags core_tags i18n %} {% load_reaction_question article as question %} {{question.title}} {{ form.errors }} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %}
{% csrf_token %}
{% load_choices_for_reaction_question question as choices %} {% for choice in choices %}
{% image choice.specific.image width-60 %}
{% endfor %}