{% extends "horizon/common/_modal_form.html" %} {% load horizon i18n %} {% load url from future %} {% block form_id %}associate_floating_ip_form{% endblock %} {% block form_action %}{% url 'horizon:project: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 }}

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