{% extends 'base-projector.html' %} {% load i18n %} {% load tags %} {% block title %}{% trans 'Topicvoting' %} – {% trans 'Results' %} – {{ block.super }}{% endblock %} {% block content %}
{% trans 'Divisor' %} | {% for divisor in divisors %}{{ divisor }} | {% endfor %}
---|---|
{{ row.0.hoechstzahl.topic.category }} ({{ row.0.hoechstzahl.topic.category.get_votes_string }}) | {% for entry in row %}
{{ entry.hoechstzahl.topic.get_title_with_votes }} {{ entry.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 %}