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

Abo Übersicht

{% endblock %} {% block content %} {% if not member.subscription %}
Du hast noch kein Abo
Du möchtest eines? Melde dich hier an: Abo erstellen
Anteilscheine
{{ shares }} {% if shares_unpaid > 0 %}(davon {{ shares_unpaid }} noch nicht bezahlt){% endif %}
Bestelle mehr Anteilscheine hier
{% else %}
Abogrösse
{{ member.subscription.size_name }}
Status
{% if member.subscription.state == 'active'%} Dein Abo ist aktiv, du erhälst wöchentlich dein Gemüse. {% elif member.subscription.state == 'canceled'%} Dein Abo ist gekündigt, du erhälst wöchentlich dein Gemüse bis zum {{end_date|date:"d.m.Y"}}. {% elif member.subscription.state == 'watiting' %} Auf der Warteliste - du erhälst leider im Moment noch kein Gemüse. {% elif member.subscription.state == 'inactive' %} Dein abo wurde deaktiviert - du erhälst im Moment kein Gemüse. {% endif %}
Anteilscheine
{{ shares }} {% if shares_unpaid > 0 %}(davon {{ shares_unpaid }} noch nicht bezahlt){% endif %}
Bestelle mehr Anteilscheine hier

Anteilscheine von MitabonnentInnen:
Abo geteilt mit
{% if co_members|length > 0 %} {% if co_members|length > 1 %} {% else %} {% for sharee in co_members %} {{ sharee.first_name }} {{ sharee.last_name }} {% endfor %}
{% endif %} {% else %} Du hast noch keine MitabonnentInnen eingetragen.
{% endif %} Hier MitabonnentInnen eintragen
Depot
{{ member.subscription.depot.name }} > Weitere Infos zum Depot
{% if has_extra_subscriptions %}
Zusatzabos
{% if subscription.extra_subscriptions|length == 0 %} Keine Zusatzabos {% else %} {% endif %}
{% if subscription.extrasubscriptions_changed %}
Neue Zusatzabos
(Die Änderungen treten am {{ next_extra_subscription_date |date:"d.m.Y" }} in Kraft) {% if not subscription.future_extra_subscriptions %}
Keine Zusatzabos {% else %} {% endif %}
{% endif %} {% endif %} {% if member.subscription.types_changed %}
Neue Abogrösse
(Die Änderung tritt am {{ next_extra_subscription_date |date:"d.m.Y" }} in Kraft)
{{ member.subscription.future_size_name }}
{% endif %}
 
{% if member.subscription.state != 'inactive' %}
Abo ändern {% if not primary %} * Das Abo kann nur der Hauptabonnnent ändern. {% endif %}
{% endif %}
{% if member.subscription.state != 'canceled' and member.subscription.state != 'inactive' %}
Abo künden {% if not primary %} * Das Abo kann nur der Hauptabonnnent künden. {% endif %}
{% endif %}
{% endif %} {% endblock %}