{% extends 'base-projector.html' %} {% load i18n %} {% load tags %} {% block title %}{% trans 'Topicvoting' %} – {% trans 'Category' context 'topicvoting' %} – {{ block.super }}{% endblock %} {% block content %}
{{ category }} {% if category.sum_of_votes %}{{ category.get_votes_string }} {% trans 'votes' %}{% endif %}
{% empty %}{% trans 'No categories available.' context 'topicvoting' %}
{% endfor %} {% endblock %}