{% extends "template.html" %} {% block extrahead %} {% endblock %} {% load tags %} {% block breadcrumbs %}{{block.super}}
  • VRF: {{vrf.name}}
  • {% endblock %} {% block content %} {% if can_allocate %} {% endif %}
    Navigation
    VRF {{vrf.name}} › {% for p in parents %} {{p.prefix}} › {% endfor %} {{prefix.prefix}}
    {{prefix.prefix}} ({{prefix.description}})
    {% if prefixes %}
    {%for p in prefixes %} {%endfor%}
    Allocated blocks
    PrefixVRFDescriptionVCTTTags
    {{p.prefix}} {{p.vrf.name}} {{p.description}} {% if p.vc %}{{p.vc}}{% endif %} {%if p.tt %}#{{p.tt}}{%endif%} {% tags p %}
    {% endif %} {% if has_children %} {%if orphaned_addresses%}
    {% for a in orphaned_addresses %} {% endfor %}
    Orphaned addresses
    IPFQDNDescriptionTT
    {% if can_allocate %}{{a.ip}}{%else%}{{a.ip}}{%endif%} {{a.fqdn}} {{a.description}} {%if a.tt %}#{{a.tt}}{%endif%}
    {% endif %} {% else %}
    {% for r,a in all_addresses %} {% if a.ip %} {% else %} {% endif %} {% endfor %}
    Assigned addresses Show Free Addresses
    Up IP FQDN MAC Managed Object GW Description TT Tags
    {% if can_allocate %} {{a.ip}} {%else%} {{a.ip}} {%endif%} {{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.description}} {%if a.tt %}#{{a.tt}}{%endif%} {% tags a %}
    {% if can_allocate %} {{a}} {%else%} {{a}} {% endif %} Free
    {% if ranges %}
    {% for r in ranges %} {% endfor %}
    Address Ranges
    NameFrom IPTo IPLockedDescription
    {{r.name}} {{r.from_ip}} {{r.to_ip}} {{r.description}}
    {% endif %} {% endif %}
    {% if prefix.tags %} {% endif %} {% for k,v in block_info %} {% endfor %}
    {{prefix.prefix}} info
    Tags {%tags prefix%}
    VC {% if prefix.vc %}{{prefix.vc}}{% endif %} {% if can_allocate %} {%if prefix.vc%}Change{%else%}Bind{%endif%}... {% endif %}
    Maintainers {{prefix.maintainers|join:", "}} {%if can_allocate%}Add...{%endif%}
    {{k}}{{v}}
    Change Delete
    {% endblock %}