{% load juntagrico.common %} {% load i18n %}

{% trans "Kategorien" %}

{% trans "Kategorien für Pakete mit optionaler Beschreibung." %} {% trans "Pakete ohne Kategorie, können nicht bestellt werden." %}

{% for category in categories %}
{{ category }} {% if perms.juntagrico.change_subscriptioncategory %} {% endif %}
{% if category.description|striptags|wordcount %}
{{ category.description|richtext|safe }}
{% endif %}
{% endfor %} {% if perms.juntagrico.add_subscriptioncategory %}
{% trans "Kategorie hinzufügen" %}
{% endif %}