{% extends "template.html" %} {% block breadcrumbs %}{{block.super}} {%if parent%}
  • {{parent}}
  • {%endif%}
  • Allocate Block ›
  • {% endblock %} {% block content %}

    Allocate IPv4 block. VRF {{vrf.name}} ({{vrf.rd}})

    {% csrf_token %}
    {% include "includes/noc_fieldset.html" %}
    {% if suggestions %}
    {% for b,s in suggestions %} {% endfor %}
    Suggested Free Blocks
    Free BlockSize
    {{b}} {{s}}
    {% endif %} {% endblock %}