{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}quota_update_form{% endblock %} {% block form_action %}{% url horizon:syspanel:tenants:quotas tenant_id %}{% endblock %} {% block modal-header %}{%trans "Update Quota"%}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description"%}:

{% trans "From here you can edit quotas (max limits) for the tenant {{tenant_id}}."%}

{% endblock %} {% block modal-footer %} Cancel {% endblock %}