1
{% extends 'base_template.html' %} {% import "_macros.html" as macros %} {% block content %}
| Site Name | Device Name | Trunks Affected |
|---|---|---|
| {{ device.siteName }} | {{ device.localHost }} | {{ device.affected_ports }} |
| Local Device | Local Interface | Local VLANs | Remote VLANs | Remote Interface | Remote Device |
|---|---|---|---|---|---|
| {{ link.srcHostname }} | {{ link.srcIntName }} | {{ link.srcVlanCount }} | {{ link.dstVlanCount }} | {{ link.dstIntName }} | {{ link.dstHostname }} |