{% load gem_tags %} {% block content %}

{% trans "Take a vote!" %}

{{self.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 self.allow_anonymous_submissions %} {% if form %} {% include "forms/form_modules/form.html" %} {% else %}

{% trans 'You have already completed this poll' %}.

{% trans "Show Results" %}
{% endif %} {% else %} {% endif %}
{% endblock %}