{% load wagtailcore_tags gem_tags %} {% wagtail_site as current_site %} {% if self.description %}
{% trans 'You have already completed' %} {% if form_page.your_words_competition and not form_page.personalisableform %} {% trans 'this competition.' %} {% elif form_page.display_form_directly and not form_page.personalisableform %} {% trans 'this poll.' %} {% elif form_page.contact_form and not form_page.personalisableform %} {% trans 'this form.' %} {% elif form_page.article_form_only and not form_page.personalisableform %} {% trans 'a response for this article.' %} {% else %} {% trans 'this survey.' %} {% endif %}
{% if form_page.show_results %} {% else %} {% endif %}