{% extends "base.html" %} {% load tags %} {% load i18n %} {% block title %}{% trans "Motions" %} – {{ block.super }}{% endblock %} {% block content %}

{% trans "Categories" %} {% if perms.motion.can_manage_motion %} {% trans 'New' %} {% endif %} {% trans "Back to overview" %}

{% for category in category_list %} {% empty %} {% endfor %}
{% trans "Prefix" %} {% trans "Category name" %} {% trans "Actions" %}
{{ category.prefix }} {{ category }}
{% trans "No categories available." %}
{% endblock %}