{% load i18n %} {% comment %} Quota banner: themis.entitlements.check_quota sets request.entitlement_warning on a warn decision and the entitlements context processor exposes it. Rendered inline above the page content rather than as a toast so it survives dismissal of unrelated messages. {% endcomment %} {% if themis_entitlement_warning %}
{% blocktrans with meter=themis_entitlement_warning.meter used=themis_entitlement_warning.used limit=themis_entitlement_warning.limit %}{{ used }} of {{ limit }} {{ meter }} used this period.{% endblocktrans %} {% if themis_entitlement_warning.upgrade_url %} {% trans "Upgrade" %} {% endif %}
{% endif %}