{% extends "base.html" %} {% load config %} {% block page_title %}

Abogrösse ändern

{% endblock %} {% block content %} {% if saved %}
Die {% vocabulary "subscription" %}-Grösse wurde erfolgreich geändert.
Zurück zur {% vocabulary "subscription" %}-Übersicht
{% elif shareerror %}
Es sind zu wenig {% vocabulary "share_pl" %} vorhanden für diese Grösse!
Bestelle hier mehr {% vocabulary "share_pl" %}.
{% else %}
{% csrf_token %} {% for subscription_size in subscription_sizes %}
{{ subscription_size.long_name }}
{{ subscription_size.description }}
{% for type in subscription_size.types.all %} {% if type.visible %}
{% endif %} {% endfor %} {% endfor %}
{% endif %} {% endblock %}