{% extends "template/template.html" %} {% block content %}

Allocated blocks

{%for p in prefixes %} {%endfor%}
VRF {{vrf.name}} ({{vrf.rd}})
{% for p in parents %} {{p.prefix}} ({{p.description}})
{% endfor %} {{prefix.prefix}} ({{prefix.description}})
PrefixVRFDescriptionTT
{{p.prefix}} {{p.vrf.name}} {{p.description}} {%if p.tt %}#{{p.tt}}{%endif%} Change Delete
{% if prefix.has_children %} {% else %}
{% for a in prefix.addresses %} {% endfor %}
IPFQDNDescriptionTT
{{a.ip}} {{a.fqdn}} {{a.description}} {%if a.tt %}#{{a.tt}}{%endif%} {% if can_allocate %} Change Delete {% endif %}
{% endif %}
{{prefix.prefix}} info
net{{prefix}}
mask{{prefix.netmask}}
broadcast{{prefix.broadcast}}
wildcard{{prefix.wildcard}}
{% if can_allocate %}
Allocate new block Assign address Tools {% endif %} {% endblock %}