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

Wähle dein {% vocabulary "subscription" %}

{% endblock %} {% block allcontent %} {% config "enable_shares" as enable_shares %}
{% csrf_token %} {% for ss in subscriptionsizes %}
{{ ss.long_name }}
{{ ss.description }}
{% for type in ss.types.all %} {% if type.visible %}
{% endif %} {% endfor %} {% endfor %}
Kein {% vocabulary "subscription" %}
Abbrechen
{% endblock %}