{% load wagtailimages_tags wagtailcore_tags static core_tags gem_tags %} {% block content %}
{% if self.image %}
{% image self.image width-165 as icon_small %} {{ self.title }}
{% else %}
{% endif %}

{{self.title}}

{% if self.introduction %}

{{page.introduction|smarttruncatechars:500|safe}}

{% endif %} {% if user.is_authenticated and user.is_active or request.is_preview or self.allow_anonymous_submissions %} {% include "forms/form_modules/form.html" %} {% endif %}
{% endblock %}