{% load wagtailimages_tags wagtailcore_tags static gem_tags %} {% comment %} If User is not authenticated OR anonymous_submissions is not set AND join banner is not set Normal surveys do not show? Desired behavior? {% endcomment %} {% if user.is_authenticated and user.is_active or request.is_preview or form_page.allow_anonymous_submissions %}
{% include "patterns/basics/headings/sp_variations/heading.html" with type="component" htmltag="h1" title=form_page.title %} {% if form_page.homepage_introduction %} {% include "patterns/basics/headings/sp_variations/heading.html" with type="subheading" htmltag="p" title=form_page.homepage_introduction|smarttruncatechars:100|safe %} {% endif %}
{% else %} {% include "patterns/components/banners/join-banner.html" %} {% endif %}