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

{% trans 'Category' context 'topicvoting' %} {% trans 'Back to overview' %}

{% csrf_token %} {% include 'form.html' %}

{% include 'formbuttons_saveapply.html' %} {% trans 'Cancel' %}

* {% trans 'required' %}
{% endblock %}