{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %}{{ survey.title }}{% endblock %} {% if survey.css %} {% block css %}{% endblock %} {% endif %} {% block content %}
{% if survey.postface %} {% autoescape off %}{{ survey.postface }}{% endautoescape %} {% endif %} {% if round.finish_url %} {% trans 'Continue to' %} {{ round.finish_url_title }} {% endif %}
{% if voter and survey.is_quiz %} {% trans 'Your results will be available here:' %}
{{ protocol }}{{ host }}{{ voter.get_absolute_hash_url }}

{% endif %}
{% endblock %}