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

Wähle dein Abo

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