{% extends "../base.html" %} {% load i18n %} {% load static %} {% load juntagrico.config %} {% load juntagrico.common %} {% load juntagrico.snippets %} {% block page_title %}
{% vocabulary "subscription" %} | {% trans "Inhalt" %} | {% vocabulary "depot" %} | {% trans "Aktivierungsdatum" %} | {% trans "Kontakt" %} | {% endblock %}
---|---|---|---|---|
{% vocabulary "subscription" %} | {% trans "Inhalt" %} | {% vocabulary "depot" %} | {% trans "Aktivierungsdatum" %} | {% trans "Kontakt" %} | {% endblock %}
{% 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' %} |