{% load i18n %}

{% trans 'Topicvoting' %} – {% trans 'All categories' context 'topicvoting' %}

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