{% load wagtailcore_tags wagtailimages_tags core_tags i18n %} {% load_reaction_question article as question %} {% if question %} {{question.title}} {{ form.errors }} {% load_user_can_vote_on_reaction_question question article.pk as user_can_vote%} {% if user_can_vote %}
{% csrf_token %}
{% load_choices_for_reaction_question question as choices %} {% for choice in choices %}
{% image choice.specific.image width-60 %}
{% endfor %}
{% else %} {% trans "You have already submitted a response for this article." %} {% endif %} {% endif %}