{% load forms_personalise_extras wagtailimages_tags wagtailcore_tags core_tags wagtailsettings_tags gem_tags static %} {% block content %} {% filter_forms_by_segments forms request as filtered_forms %} {% if filtered_forms %} {% if settings.gem.GemSettings.show_join_banner and not user.is_authenticated and not request.is_preview and not form_page.allow_anonymous_submissions %} {% with item=filtered_forms|first %} {% with form_page=item.molo_form_page %} {% if not form_page.your_words_competition and not form_page.display_form_directly %}

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

{% trans "Join" %}
{% 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 and not form_page.personalisableform %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

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

{% endif %}
{% trans "Take GCN competition" as defaultTextGCN %} {{ form_page.homepage_button_text|default:defaultTextGCN}}
{% elif form_page.display_form_directly and not form_page.personalisableform %} {% include 'forms/form_modules/_polls.html' %} {% elif form_page.article_form_only and not form_page.personalisableform %} {% include 'forms/form_modules/_reaction-questions.html' %} {% else %} {% if not user.is_authenticated and not request.is_preview and not form_page.allow_anonymous_submissions %} {% else %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

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

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