{% extends 'generic/object.html' %} {% load helpers %} {% load buttons %} {% block content %}
ISD-AS
{% if object.description %} {% endif %}
ISD-AS {{ object.isd_as }}
Organization {% if object.organization %} {{ object.organization.short_name }} {% else %} — {% endif %}
Appliance Type {{ object.get_appliance_type_display }}
Description {{ object.description|linebreaksbr }}
Appliances
{% if object.cores %} {% for core in object.cores %} {% endfor %}
Appliance Actions
{{ core }} Edit Remove
{% else %} None {% endif %}
{% 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 Appliance Customer Zendesk
{{ assignment.interface_id }} {{ assignment.core }} {{ assignment.customer_name }} {% if assignment.zendesk_ticket %} {{ assignment.zendesk_ticket }} {% else %} {% endif %}
{% else %} None {% endif %}
{% endblock %}