{% extends 'generic/object.html' %} {% load helpers %} {% load buttons %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
ISD-AS
{% if object.description %} {% endif %} {% if object.cores %} {% endif %}
ISD-AS {{ object.isd_as }}
Organization {{ object.organization }}
Description {{ object.description|linebreaksbr }}
Core Nodes {% for core in object.cores %} {{ core }} {% endfor %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
SCION Link Assignments
{% if object.link_assignments.exists %} {% for assignment in object.link_assignments.all %} {% endfor %}
Interface Core Customer Zendesk
{{ assignment.interface_id }} {{ assignment.core }} {{ assignment.customer_name }} {{ assignment.zendesk_ticket }}
{% else %} None {% endif %}
{% endblock %}