{%load i18n%} {% for ip in floating_ips %} {% endfor %}
IP Instance Actions
{{ ip.ip }} {% if ip.fixed_ip %}
  • {%trans "Instance ID:"%} {{ip.instance_id}}
  • {%trans "Fixed IP:"%} {{ip.fixed_ip}}
{% else %} None {% endif %}
  • {% include "nova/floating_ips/_release.html" with form=release_form %}
  • {% if ip.fixed_ip %}
  • {% include "nova/floating_ips/_disassociate.html" with form=disassociate_form %}
  • {% else %}
  • {%trans "Associate to instance"%}
  • {% endif %}