{% extends "../base.html" %} {% load i18n %} {% load juntagrico.config %} {% load juntagrico.common %} {% load juntagrico.snippets %} {% block page_title %}
{% vocabulary "subscription" %} | {% trans "Gekündigt" %} | {% trans "Bestellt" %} | {% trans "Kontakt" %} | {% if enable_shares %}{% trans "Bezahlte Anteilsscheine" %} | {% endif %}{% trans "Aktionen" %} | {% trans "Notizen" %} |
---|---|---|---|---|---|---|
{{ subscription.id }} |
{% regroup cancelled_parts by cancellation_date as parts_by_date %}
{% include "./snippets/parts_by_date.html" with grouper_title=_('Kündigungsdatum') %}
{% if parts_by_date and subscription.cancellation_date %}
Auf: {{ subscription.end_date|date:"Y-m-d"|default:"?" }}
{% endif %}
|
{% regroup ordered_parts by creation_date as parts_by_date %}
{% include "./snippets/parts_by_date.html" with grouper_title=_('Bestelldatum') %}
{% if parts_by_date and not subscription.activation_date %}
Auf: {{ subscription.start_date|date:"Y-m-d"|default:"?" }}
{% endif %}
|
{% include "./snippets/members_linked.html" %} | {% if enable_shares %}{{ subscription.paid_shares }} {% if subscription.paid_shares %} {% trans "(J)" %} {% else %} {% trans "(N)" %} {% endif %} | {% endif %}{{ subscription.notes }} |