{% extends "../../base.html" %} {% load i18n %} {% load juntagrico.config %} {% load juntagrico.common %} {% block page_title %} {% vocabulary "depot_pl" as v_depot_pl %}
{% vocabulary "subscription" %} | {% trans "Inhalt" %} | {% trans "Kontakt" %} | {% blocktrans %}{{ v_depot }} Bisher{% endblocktrans %} | {% blocktrans %}{{ v_depot }} Neu{% endblocktrans %} | {% trans "Aktionen" %} | {% trans "Notizen" %} |
---|---|---|---|---|---|---|
{% include '../snippets/display_linked.html' %} {{ subscription.id }} |
{% for item in subscription.content_strings %}
{{ item }}
{% endfor %}
|
{% include '../snippets/members_linked.html' %} | {{ subscription.depot }} | {{ subscription.future_depot }} | {% trans "Ändern" %} | {{ subscription.notes }} |