{% 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 'Quiz' %}

{% trans "Share your opinions and stories, take polls, win fun prizes." %}

{% endif %} {% endif %} {% endwith %} {% endwith %} {% endif %} {% for item in filtered_forms %} {% with form_page=item.molo_form_page form=item.form %} {% if form_page.your_words_competition %}

{% trans "Share your story" %}

{% comment %} {% if form_page.image %} {% endif %} {% endcomment %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

{{form_page.homepage_introduction|smarttruncatechars:215|safe}}

{% endif %}
{% elif form_page.display_form_directly %}

{% trans 'Vote' %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

{{form_page.homepage_introduction|smarttruncatechars:215|safe}}

{% endif %} {% if form %} {% include "forms/form.html" with formtype="poll" formtypeClass="polls" %} {% else %}

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

{% endif %}
{% else %} {% if not user.is_authenticated and not request.is_preview and not form_page.allow_anonymous_submissions and settings.gem.GemSettings.show_join_banner %} - {% else %}

{% trans 'Quiz' %}

{% if form_page.image %} {% endif %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

{{form_page.homepage_introduction|smarttruncatechars:215|safe}}

{% endif %}
{% endif %} {% endif %} {% endwith %} {% endfor %} {% endblock %}