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

{% trans "Tags" %} {% trans "Back to overview" %}

{% trans 'Save' %}
{% for tag in tag_list %} {% endfor %}
{% trans "Tag" %} {% trans "Actions" %}
{{ tag }}

{% trans "You can use these tags for agenda items, motions and elections." %}

{% endblock %} {% block javascript %} {% endblock %}