{% extends "../base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.common %} {% load juntagrico.snippets %} {% block page_title %}

{{ title }}

{% endblock %} {% block content %} {% include '../member/snippets/toggle_buttons.html' with co_members=True %} {{ block.super }} {% endblock %} {% block list %} {% block list_head %} {% endblock %} {% block list_foot %} {% endblock %} {% for subscription in object_list %} {% block list_entry %} {% endblock %} {% endfor %}
{% vocabulary "subscription" %} {% trans "Inhalt" %} {% vocabulary "depot" %} {% trans "Aktivierungsdatum" %} {% trans "Kontakt" %}
{% vocabulary "subscription" %} {% trans "Inhalt" %} {% vocabulary "depot" %} {% trans "Aktivierungsdatum" %} {% trans "Kontakt" %}
{% include './snippets/display_linked.html' %} {% for item in subscription.content_strings %}
{{ item }}
{% endfor %}
{{ subscription.depot.name }} {{ subscription.activation_date|date:"Y-m-d" }} {% include './snippets/members_linked.html' %}
{% endblock %}