{% load gem_tags %}

{{form_page.title}}

{% if form_page.homepage_introduction %}

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

{% else %}

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

{% endif %}
{% if user.is_authenticated and user.is_active or request.is_preview or form_page.allow_anonymous_submissions %} {% include "forms/form_modules/reaction-question_forms.html" %} {% else %} {% trans "Log in to like" %} {% endif %}