{% load juntagrico.common %} {% load i18n %}

{% blocktrans with v_subscription=vocabulary.subscription%}{{ v_subscription }}-Pakete & Typen{% endblocktrans %}

{% trans "Produkte können in Paketen beliebig zusammengestellt werden." %} {% trans "Diese Pakete können wiederum zu verschiedenen Konditionen (Typen) angeboten werden." %}

{% for bundle in bundles %}
{{ bundle }} {% if perms.juntagrico.change_subscriptionbundle %} {% endif %}
{% if bundle.description|striptags|wordcount %}
{{ bundle.description|richtext|safe }}
{% endif %}
    {% if bundle.product_sizes.exists %}
  • {% trans "Inhalt" %}
      {% for size in bundle.product_sizes.all %}
    • {{ size }} {% if size.show_on_depot_list %} {% else %} {% endif %}
    • {% endfor %}
  • {% endif %}
  • {% trans "Konditionen/Typen" %}
    {% for type in bundle.types.all %} {% include "./type.html" %} {% endfor %}
{% endfor %} {% if perms.juntagrico.add_subscriptionproduct %} Pakete & Typen hinzufügen {% endif %}