{% extends "base/base.html" %} {% load i18n %} {% load polls_tags %} {% block titleextra %}{{poll.question}}{% endblock %} {% block body %}
{% trans "Thanks for voting! You can see current results below." %}