{# _quota_warning.html
Include at the top of any template whose route uses @quota_soft_check.
Renders nothing when g.quota_warning is absent or limit not exceeded.
#}
{% if g.quota_warning and g.quota_warning.exceeded %}
Usage limit reached.
You've used {{ g.quota_warning.current }} of {{ g.quota_warning.limit }}
{{ g.quota_warning.axis }} allowed on your current plan this month.
Your submission was saved, but consider
upgrading your plan
for higher limits.