{% if not termination and perms.circuits.add_circuittermination %}
Add
{% endif %}
{% if termination and perms.circuits.change_circuittermination %}
Edit
Swap
{% endif %}
{% if termination and perms.circuits.delete_circuittermination %}
Delete
{% endif %}
{% if termination %}
Detail
{% endif %}
Termination - {{ side }} Side
{% if termination %}
{% if termination.location %}
Location
{% include 'dcim/inc/location_hierarchy.html' with location=termination.location %}
Cable
{% if termination.cable %}
{% if perms.dcim.delete_cable %}