{% extends "allauth/layouts/entrance.html" %} {% load i18n %} {% comment %} Rendered by themis.entitlements.quota_blocked with HTTP 402 when a metered action would exceed the plan's limit (enforcement = block). The user is signed in; the entrance card layout keeps the page to one message and one action. {% endcomment %} {% block head_title %}{% trans "Plan limit reached" %}{% endblock %} {% block content %}

{% trans "Plan limit reached" %}

{% blocktrans %}This plan allows {{ limit }} {{ meter }} for the current period and {{ used }} have been used.{% endblocktrans %} {% if period_end %}{% blocktrans %}The limit resets after {{ period_end }}.{% endblocktrans %}{% endif %}

{% if upgrade_url %} {% trans "Upgrade plan" %} {% endif %} {% endblock %}