{% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% load tags %} {% block title %}{% trans 'Topicvoting' %} – {% trans 'Results' %} – {{ block.super }}{% endblock %} {% block content %}
{% trans 'Divisor' %} | {% for divisor in divisors %}{{ divisor }} | {% endfor %}
---|---|
{{ row.0.topic.category }} ({{ row.0.topic.category.get_votes_string }}) | {% for hoechstzahl in row %}
{{ hoechstzahl.topic.get_title_with_votes }} {{ hoechstzahl.value|floatformat:2 }} |
{% endfor %}
{% trans 'Attention: There are less topics than posts.' %}
{% endif %} {% if runoff_poll_warning %}{% trans 'Attention: There is a runoff poll necessary.' %}
{% endif %} {% endblock %}