{% extends "base.html" %} {% block title %}{{ t.quota_title }}{% endblock %} {% block page_title %}{{ t.quota_title }}{% endblock %} {% block page_desc %}{{ t.quota_desc }}{% endblock %} {% block content %}
{{ t.account_label }}:{{ active.name if active else 'β€”' }}

πŸ“Š {{ t.quota_overview }}

{{ t.loading }}

{{ t.raw_response }}

β€”
{% endblock %} {% block scripts %} {% endblock %}