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

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

{% endblock %} {% block scrollcontent %} {% for topic in category.topic_set.all %}

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

{% empty %}

{% trans 'No topics available.' %}

{% endfor %} {% endblock %}