{% extends "base.html" %} {% block content %}
{{ t('calc.config') }}
{{ t('calc.end_discount.hint') }}

{% for code, label in subscription_editions %} {% if code == "RE" %}
{% else %}
{{ label }} ({{ code }})
{% endif %} {% endfor %}
{{ t('calc.tier.hint') }}
{{ t('calc.result') }}
{% endblock %} {% block scripts %} {% endblock %}