{% extends 'base.html' %} {% load wagtailimages_tags wagtailcore_tags static core_tags gem_tags %} {% wagtail_site as current_site %} {% block content %}
{{page.introduction|smarttruncatechars:550|safe}}
{% endif %} {% if user.is_authenticated and user.is_active or request.is_preview or self.allow_anonymous_submissions %} {% if self.description %}{% if self.your_words_competition %} {% blocktrans with pages=fields_step.paginator.num_pages %} This competition has {{pages}} pages {% endblocktrans %} {% elif not self.display_form_directly %} {% blocktrans with pages=fields_step.paginator.num_pages %}This survey has {{pages}} pages{% endblocktrans %} {% endif %}
{% trans 'You have already completed this ' %} {% if self.your_words_competition %}{% trans 'competition' %}{% elif self.display_form_directly %}{% trans 'poll' %}{% else %}{% trans 'survey' %}{% endif %}.