{% load i18n %}

{% trans 'Category' context 'topicvoting' %}: {{ category }}

{% for topic in category.topic_set.all %}

{{ topic }} {% if topic.votes %}{{ topic.get_votes_string }} {% trans 'votes' %}{% endif %}

{% empty %}

{% trans 'No topics available.' %}

{% endfor %}