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

Abo Übersicht

{% endblock %} {% block content %} {% config "enable_shares" as enable_shares %} {% if future_subscription %}
Du hast ein {% vocabulary "subscription" %} auf der Warteliste
Mehr Infos dazu findest du hier
{% elif can_order %}
Du hast noch kein {% vocabulary "subscription" %} oder dein aktuelles ist gekündigt.
Du möchtest ein neus{% vocabulary "subscription" %}? Melde dich hier an: Abo erstellen
{% endif %} {% if no_subscription %} {% if enable_shares %}
{% vocabulary "share_pl" %}
{{ shares }} {% if shares_unpaid > 0 %}(davon {{ shares_unpaid }} noch nicht bezahlt){% endif %}
Bestelle mehr {% vocabulary "share_pl" %} hier
{% endif %} {% else %}
Abogrösse
{{ subscription.size_name }}
Status
{% if subscription.state == 'active' %} Dein {% vocabulary "subscription" %} ist aktiv, du erhältst wöchentlich dein Gemüse. {% elif subscription.state == 'canceled' %} Dein {% vocabulary "subscription" %} ist gekündigt, du erhältst wöchentlich dein Gemüse bis zum {{ end_date|date:"d.m.Y" }}. {% elif subscription.state == 'waiting' %} Auf der Warteliste - du erhältst leider im Moment noch kein Gemüse. {% elif subscription.state == 'inactive' %} Dein {% vocabulary "subscription" %} wurde deaktiviert - du erhältst im Moment kein Gemüse. {% endif %}
{% if enable_shares %}
{% vocabulary "share_pl" %}
{{ shares }} {% if shares_unpaid > 0 %}(davon {{ shares_unpaid }} noch nicht bezahlt){% endif %}
Bestelle mehr {% vocabulary "share_pl" %} hier

{% vocabulary "share_pl" %} von {% vocabulary "co_member_pl" %}:
{% endif %}
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 {% vocabulary "co_member_pl" %} eingetragen.
{% endif %} {% if primary %} Hier {% vocabulary "co_member_pl" %} eintragen {% else %} Nur der Hauptabonnnent kann weitere {% vocabulary "co_member_pl" %} hinzufügen. {% endif %}
{% vocabulary "depot" %}
{{ subscription.depot.name }} > Weitere Infos zum {% vocabulary "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 subscription.types_changed %}
Neue {% vocabulary "subscription" %}-Grösse
(Die Änderung tritt am {{ next_extra_subscription_date |date:"d.m.Y" }} in Kraft)
{{ subscription.future_size_name }}
{% endif %} {% if subscription.state != 'inactive' %}
Abo ändern {% if not primary %} * Das {% vocabulary "subscription" %} kann nur der Hauptabonnnent ändern. {% endif %}
{% endif %} {% if subscription.state != 'canceled' and subscription.state != 'inactive' %}
Abo künden {% if not primary %} * Das {% vocabulary "subscription" %} kann nur der Hauptabonnnent künden. {% endif %}
{% endif %} {% endif %} {% endblock %}