{% extends 'generic/object_list.html' %} {% block content %}
| ISD-AS | {{ object.isd_as.isd_as }} |
|---|---|
| Interface ID | {{ object.interface_id }} |
| Customer ID | {{ object.customer_id }} |
| Peer Name | {{ object.peer_name }} |
| Zendesk Ticket | {{ object.zendesk_ticket }} |
| Organization | {% if object.isd_as.organization %} {{ object.isd_as.organization.short_name }} {% else %} — {% endif %} |
|---|---|
| Full Name | {{ object.isd_as.organization.full_name|default:"—" }} |