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

Wähle dein Abo

{% endblock %} {% block allcontent %}
{% csrf_token %} {% for ss in subscriptionsizes %}
{% for type in ss.types.all %} {% if type.visible %}
{% endif %} {% endfor %} {% endfor %}
Abbrechen
{% endblock %}