{% if instance.service_reference %}
Service ID |
{{ instance.service_reference }} |
{% endif %}
Relationship |
{{ instance.relationship.get_html }} |
{% if instance.bgp_group %}
BGP Group |
{{ instance.bgp_group|as_link }} |
{% endif %}
Local AS |
{{ instance.local_autonomous_system|as_link }} |
{% if instance.local_ip_address %}
Local IP Address |
{{ instance.local_ip_address }} |
{% endif %}
AS |
{{ instance.autonomous_system|as_link }}
{% if instance.autonomous_system.comments %}
{% endif %}
|
IP Address |
{{ instance.ip_address }} |
Status |
{{ instance|status_as_badge }} |
{% if request.user.is_authenticated and instance.password %}
Password |
|
{% endif %}
{% if instance.multihop_ttl > 1 %}
Multihop TTL |
{{ instance.multihop_ttl }} |
{% endif %}
{% if instance.router %}
Router |
{{ instance.router|as_link }} |
{% endif %}