{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
SCION Link Assignment
{% if object.description %} {% endif %}
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 {% if object.zendesk_ticket %} {{ object.zendesk_ticket }} {% else %} Not specified {% endif %}
Description {{ object.description|linebreaksbr }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Related Information
{% if object.isd_as.cores %} {% endif %}
Organization {% if object.isd_as.organization %} {{ object.isd_as.organization }} {% else %} — {% endif %}
Full ISD-AS Path {{ object.isd_as.isd_as }}
Available Core Nodes {% for core in object.isd_as.cores %} {{ core }} {% endfor %}
{% endblock %}