{% extends "layout.html" %} {% block title %}Quotas{% endblock %} {% block content %}

Quotas by Region

{% if plot_json is not none %}
{% else %}

Data is not available.

{% endif %} {% endblock %}