{% extends "base.html" %} {% load i18n %} {% load juntagrico.config %} {% load crispy_forms_tags %} {% block page_title %}
{% trans "Abo" %} | {% trans "Status" %} | |
---|---|---|
{{ extra.type.display_name }} | {{ extra.state_text }} | {% if not extra.canceled and extra.deactivation_date is None and extra.can_cancel %} {% trans "kündigen" %} {% endif %} |