{% extends "template.html" %} {% block extrahead %} {% endblock %} {% load tags %} {% block content %} {% if can_change %} {% endif %} {% if styles %} {% endif %}
Navigation
VRF: {{vrf.name}}IPv{{afi}} › {% for p in path %} {{p.prefix}} › {% endfor %}
{{prefix.prefix}}
{{prefix.short_description}} {% if has_bookmark %} Remove bookmark {%else%} Add bookmark {% endif %}
{% if long_description %}
Description
{{long_description}}
{% endif %} {% if display_empty_message %}

WARNING!!!
This prefix is empty! Please add nested prefixes or addresses.

{% endif %} {% if prefixes %}
{% for f, pp, p in l_prefixes %} {% if f %} {% else %} {% endif %} {% endfor %}
Allocated Prefixes Show free prefixes
Prefix State VC Description TT Tags
{{p.prefix}} {{ p.state }} {% if p.vc %}{{p.vc}}{% endif %} {{p.short_description}} {% if p.tt %}{{p.tt}}{% endif %} {% tags p %}
{% endif %} {% if addresses %} {% if spot %} {% endif %}
{% if max_slots %}{%endif%} {% for a in addresses %} {% if max_slots %} {% for r in a.slots %} {% endfor %} {% endif %} {% endfor %}
Assigned Addresses{% if spot %}Show free addresses{% endif %}
Up Address State FQDN MAC Managed Object GW Description TT Tags
{% if can_change %} {{a.address}} {%else%} {{a.address}} {%endif%} {{ a.state }} {{a.fqdn}} {% if a.mac %}{{a.mac}}{% endif %} {% if a.managed_object %}{{a.managed_object.name}}{% endif %} {% if a.managed_object and a.managed_object.is_router %}{% endif %} {{a.short_description}} {%if a.tt %}#{{a.tt}}{%endif%} {% tags a %}
{% if ranges %}
{% for r in ranges %} {% endfor %}
Address Ranges
Name From Address To Address Description
{{r.name}} {{r.from_address}} {{r.to_address}} {{r.short_description}}
{% endif %} {% endif %}
{% if prefix.afi == "4" and prefix.ipv6_transition %} {% endif %} {% if prefix.afi == "6" and prefix.ipv4_transition %} {% endif %} {% if prefix.tags %} {% endif %} {% if prefix.asn.asn %} {% endif %} {% if prefix.vc %} {% endif %} {% for k,v in prefix_info %} {% endfor %}
{{prefix.prefix}} Info
State {{ prefix.state }}
Dual-stack allocation {{ prefix.ipv6_transition.prefix }}
Dual-stack allocation {{ prefix.ipv4_transition.prefix }}
Tags{% tags prefix %}
ASAS{{ prefix.asn.asn }} ({{ prefix.asn.as_name }})
VC{{prefix.vc}}
Maintainers {{prefix.maintainers|join:", "}} {% comment %}{%if can_change_maintainers %}Change...{%endif%}{% endcomment %}
{{k}}{{v}}
{% if can_change %}
Change {% if prefix.parent %} Delete {% endif %}
{% endif %} {% endblock %}