{% extends "base.html" %}{% block content %}

Floating IPs

{% for f in fips %} {% else %}{% endfor %}
AddressAttached to
{{ f.address }}{{ f.attached_server_id or "—" }}
No floating IPs.

Allocate

Network
{% endblock %}