{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Tags" %} – {{ block.super }}{% endblock %} {% block content %}
{% trans "Tag" %} | {% trans "Actions" %} |
---|---|
{{ tag }} |
{% trans "You can use these tags for agenda items, motions and elections." %}
{% endblock %} {% block javascript %} {% endblock %}