{% extends "beamer.html" %} {% block title %}{{ block.super }} - {{ item.title }}{% endblock %} {% block content %} {%trans "Poll about" %}:

{{ item.title }}

{% for option in item.poll.get_options %} {% if item.poll.optiondecision %} {% endif %} {% endfor %}
{{ option }} {{ option.voteyes }}{{ option.voteno }} {{ option.voteundesided }}
{% endblock %}