{% load forms_personalise_extras wagtailimages_tags wagtailcore_tags wagtailsettings_tags static gem_tags %} {% get_settings %} {% wagtail_site as current_site %} {% block content %} {% filter_forms_by_segments forms request as filtered_forms %} {% comment %} {# GER:Is feature supported? #} {% endcomment %} {% if filtered_forms %} {% with item=filtered_forms|first %} {% with form_page=item.molo_form_page %} {% if not user.is_authenticated and not request.is_preview and not form_page.allow_anonymous_submissions and settings.gem.GemSettings.show_join_banner %} {% if not form_page.your_words_competition and not form_page.display_form_directly %}
{% trans 'You have already completed this poll' %}.
{% endif %}