{% extends "horizon/common/_modal_form.html" %} {% load horizon i18n %} {% block form_id %}associate_floating_ip_form{% endblock %} {% block form_action %}{% url horizon:nova:access_and_security:floating_ips:allocate %}{% endblock %} {% block modal-header %}{% trans "Allocate Floating IP" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Allocate a floating IP from a given floating ip pool." %}

{% trans "Project Quotas" %}

{% trans "Floating IP" %} ({{ usages.floating_ips.used }})

{{ usages.floating_ips.available|quota }}

{% horizon_progress_bar usages.floating_ips.used usages.floating_ips.quota %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}