{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} {% load i18n %} {% load polls_tags %} {% block titleextra %}{{poll.question}}{% endblock %} {% block body %}

Ankieta

{% if voted_already %}

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

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