{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-header %}{% trans "Allocate Floating IP" %}{% endblock %} {% block modal-body-right %}
{% trans "From here you can allocate a floating IP to a specific project." %}
{% trans "A floating IP is a static, publicly accessible IP address that can be dynamically assigned to different instances." %} {% trans "It is used for communication with networks outside the cloud, including the Internet." %}
{% endblock %}