{% load i18n %}
{% 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 %}