{% load wagtailcore_tags core_tags gem_tags %} {% comment %} 1. Display default or custom image 2. Display color theme 3. On Main.html - Display on separate position 4. If User is authenticated show GCN Competition {% endcomment %}
{% include "patterns/basics/surveys/surveys-modules/surveys_gcn-heading.html" with pagetype=survey %} {% if survey.homepage_introduction %} {% include "patterns/basics/headings/sp_variations/heading.html" with type="subheading" htmltag="p" title=survey.homepage_introduction|smarttruncatechars:100|safe %} {% endif %} {% trans "Take GCN competition" as buttontext %} {% with trans_buttontext=survey.homepage_button_text|default:buttontext %} {% pageurl survey.specific as the_url %} {% include "patterns/basics/buttons/sp_variations/button.html" with type="primary" hyperlink=the_url text=trans_buttontext %} {% endwith %}