{% extends 'votebase/base.html' %} {% load i18n %} {% block title %}{{ survey.title }}{% endblock %} {% block content_title %}{{ survey.title }}{% endblock %} {% block content %}
{% trans 'You have already voted in this survey.' %} {% if voters and survey.is_quiz %} {% trans 'Your results are available here:' %}

{% for voter in voters %} {{ voter.created }}
{{ protocol }}{{ host }}{{ voter.get_absolute_hash_url }}

{% endfor %} {% endif %}
{% endblock %}