{% load i18n %} {% load tags %} {% trans 'All voting results' %}

{% trans 'All voting results' %}: {% get_config 'openslides_topicvoting_ballotpaper_title' %}


{% if runoff_poll_warning %}

{% trans 'Attention: There is a runoff poll necessary.' %}


{% endif %} {% for category in category_list %} {% if category.topic_set.all %}

{{ category }}: {{ category.get_votes_string }}

{% endif %} {% endfor %}