{% extends 'generic/object.html' %} {% load helpers %} {% load buttons %} {% block content %}
| 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 }} |
| Interface | Appliance | Customer | Zendesk |
|---|---|---|---|
| {{ assignment.interface_id }} | {{ assignment.core }} | {{ assignment.customer_name }} | {% if assignment.zendesk_ticket %} {{ assignment.zendesk_ticket }} {% else %} — {% endif %} |