{% extends 'generic/object.html' %} {% load helpers %} {% block breadcrumbs %} {{ block.super }}
| ISD-AS | {{ object.isd_as }} |
|---|---|
| Core Node | {{ object.core }} |
| Interface ID | {{ object.interface_id }} |
| Relationship | {{ object.get_relationship_display }} |
| Customer Name | {{ object.customer_name }} |
| Customer ID | {{ object.customer_id }} |
| Zendesk Ticket | {{ object.zendesk_ticket }} |
| Description | {{ object.description|linebreaksbr }} |
| Organization | {{ object.isd_as.organization }} |
|---|---|
| Full ISD-AS Path | {{ object.isd_as.isd_as }} |
| Available Core Nodes | {% for core in object.isd_as.cores %} {{ core }} {% endfor %} |