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

Wähle dein Abo

{% endblock %} {% block allcontent %}

Infos: Um Mitglied der Genossenschaft {% config "organisation_name" %} zu werden, musst du mindestens einen Anteilschein (CHF {% config "share_price" %}) erwerben.

{% csrf_token %} {% for subscription_size in subscription_sizes %}
{% for type in subscription_size.types.all %} {% if type.visible %}
{% endif %} {% endfor %} {% endfor %} {% if 0 == co_members|length %}
{% endif %}
{% if shareerror %}
Du brauchst mehr Anteilscheine für das gewählte Abo
{% endif %}
Abbrechen
{% endblock %} {% block scripts %} {% endblock %}