{% extends "template.html" %} {% block extrahead %} {% endblock %} {% load tags %} {% block breadcrumbs %}{{block.super}}
| VRF {{vrf.name}} › {% for p in parents %} {{p.prefix}} › {% endfor %} {{prefix.prefix}} | Quick Jump: | |
| {{prefix.prefix}} ({{prefix.description}}) | My Networks: |
| Prefix | VRF | Description | VC | TT | Tags |
|---|---|---|---|---|---|
| {{p.prefix}} | {{p.vrf.name}} | {{p.description}} | {% if p.vc %}{{p.vc}}{% endif %} | {%if p.tt %}#{{p.tt}}{%endif%} | {% tags p %} |
| IP | FQDN | Description | TT |
|---|---|---|---|
| {% if can_allocate %}{{a.ip}}{%else%}{{a.ip}}{%endif%} | {{a.fqdn}} | {{a.description}} | {%if a.tt %}#{{a.tt}}{%endif%} |
| 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 %} |
{{a.description}} | {%if a.tt %}#{{a.tt}}{%endif%} | {% tags a %} | |
![]() |
{% if can_allocate %} {{a}} {%else%} {{a}} {% endif %} | Free | |||||||
| Name | From IP | To IP | Locked | Description | |
|---|---|---|---|---|---|
| {{r.name}} | {{r.from_ip}} | {{r.to_ip}} | {{r.description}} |
| 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}} |