{% 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 %}
{% trans "From here you can edit quotas (max limits) for the tenant {{tenant_id}}."%}