{% extends "juntagrico/snippets/subscription/type_container.html" %} {% load i18n %} {% block outer %}
{{ type.name }}
{% if type.is_extra %} {% trans "Zusatz-Abo" %} {% endif %} {% if not type.visible %} {% trans "Nicht bestellbar" %} {% endif %}
{{ block.super }} {% endblock %}