{% load i18n %}
{% for type, amount in extras.items %} {% include './snippets/part.html' %} {% if not forloop.last %}{% endif %} {% endfor %} {% if extras|length == 0 %} {% blocktrans %}Keine Zusatz-Abos{%endblocktrans%} {% endif %}