{% load wagtailcore_tags core_tags gem_tags %}
{% if user.is_authenticated and user.is_active or request.is_preview or form_page.allow_anonymous_submissions %} {% if form %} {% comment %} {% if article.get_parent_section %} {% endcomment %}
{% csrf_token %} {{ form.media }} {% for field in form %} {% if field|fieldtype == 'RadioSelect' %}
{% for value, text in field.field.choices %}
{% endfor %}
{% endif %} {% if field.errors %} {% endif %} {% endfor %}
{% else %}

{% trans 'You have already completed this poll.' %}

{% endif %} {% endif %}