{% extends 'generic/object.html' %} {% load helpers %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% 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 {{ object.zendesk_ticket }}
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 {{ 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 %}
{% endblock %}