{% extends "base.html" %} {% block title %}IP Prefix Availability{% endblock title %} {% block content %}
| Available Prefix | Prefix Length | IP Version | Addresses | Parent Prefix | |
|---|---|---|---|---|---|
| {{ row.prefix }} | /{{ row.prefix_length }} | IPv{{ row.ip_version }} | {{ row.size }} | {{ row.parent_prefix }} | Reserve |
No available prefixes found for the requested sizes.
{% endif %}