{% extends 'generic/object_list.html' %} {% load render_table from django_tables2 %} {% block content %}
ISD-AS
{% if object.description %} {% endif %} {% if object.appliances %} {% endif %}
ISD-AS {{ object.isd_as }}
Organization {% if object.organization %} {{ object.organization.short_name }} {% else %} — {% endif %}
Description {{ object.description|linebreaksbr }}
Appliances {{ object.appliances_display }}
{% if object.links.exists %}
SCION Links ({{ object.links.count }})
{% for link in object.links.all %} {% endfor %}
Interface ID Customer ID Peer Name Zendesk Ticket
{{ link.interface_id }} {{ link.customer_id }} {{ link.peer_name }} {{ link.zendesk_ticket }}
{% endif %} {% endblock %}