{% extends "base.html" %} {% load i18n %} {% load polls_tags %} {% block titleextra %}{{poll.question}}{% endblock %} {% block body %}
{% if voted_already %}

{% trans "Thanks for voting! You can see current results below." %}

{% endif %} {% poll poll %}
{% endblock %}