{% extends "horizon/common/_modal_form.html" %} {% load 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." %}

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