{% extends "base.html" %} {% load i18n %} {% block main %}

{{ enquiry.get_translation.question }}

{% if has_voted %}

{% trans "You've already posted your vote." %}

{% endif %}
{% csrf_token %}
{% endblock %}