{{ block.value }}
{% elif block.block_type == 'paragraph' %}{{ block.value }}
{% endif %} {% endfor %}{% extends 'base.html' %} {% load wagtailcore_tags core_tags wagtailimages_tags static %} {% wagtail_site as current_site %} {% block content %} {% if page.your_words_competition %}
{{ page.introduction }}
{{ block.value }}
{% endif %} {% endfor %}{% trans 'You have already completed this poll.' %}
{% if request.path == "/" %} {% trans "Show Results" %} {% else %} {% trans "Back home" %} {% endif %} {% endif %} {% endif %}