{% extends 'base-projector.html' %} {% load i18n %} {% load tags %} {% block title %}{% trans 'Topicvoting' %} – {% trans 'Category' context 'topicvoting' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Topicvoting' %} – {% trans 'Categories' context 'topicvoting' %}

{% endblock %} {% block scrollcontent %} {% for category in category_list %}

{{ category }} {% if category.sum_of_votes %}{{ category.get_votes_string }} {% trans 'votes' %}{% endif %}

{% empty %}

{% trans 'No categories available.' context 'topicvoting' %}

{% endfor %} {% endblock %}