{% extends "../base.html" %} {% load i18n %} {% load juntagrico.config %} {% load juntagrico.share %} {% block page_title %} {% vocabulary "share_pl" as v_share_pl %}

{% blocktrans %}Unbezahlte {{ v_share_pl }}{% endblocktrans %}

{% endblock %} {% block content %} {% include '../member/snippets/toggle_buttons.html' %} {{ block.super }} {% endblock %} {% block list %} {% regroup object_list by member as shares_list %} {% for member, shares in shares_list %} {% for share in shares %} {% endfor %} {% endfor %}
{% vocabulary "share" %} {% trans "Bestellt am" %} {% trans "Kontakt" %} {% vocabulary "subscription" as v_subscription %} {% blocktrans %}Benötigt für ein/e/n {{ v_subscription }}{% endblocktrans %}
{{ share.creation_date|date:"Y-m-d" }} {% include 'juntagrico/manage/member/snippets/display_linked.html' %} {% required_for_subscription share forloop.counter %}
{% endblock %}