{% load helpers %} {% if perms.dcim.change_cable %} {% if cable.status.name == 'Connected' %}
  • Mark cable as Planned
  • {% else %}
  • Mark cable as Connected
  • {% endif %} {% if termination and termination.cable_termination %}
  • Detach cable from {{ termination }}
  • {% endif %}
  • Edit cable
  • {% endif %} {% if perms.dcim.delete_cable %}
  • Delete cable
  • {% endif %}