{% extends "base.html" %} {% block title %}Reserve Prefix {{ prefix_cidr }}{% endblock title %} {% block content %}

Reserve Prefix

Prefix
{{ prefix_cidr }}
Namespace
{{ namespace }}
Type
Network
Status
Reserved
RIR
ARIN
Date Allocated
Now
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% for error in field.errors %} {{ error }} {% endfor %}
{% endfor %}
Cancel
{% endblock content %}