{% comment %}
Renders the trace + cable-action dropdown for a connected cable on a CableTermination detail view.
Required context: `object` (the CableTermination), `trace_url_name` (e.g. 'dcim:interface_trace').
Detail-view variant of the cable-toggle handler: reload after PATCH so the on-page Status row reflects
the new value. Table views load `connection_toggles.js` separately and update the row inline instead.
{% endcomment %}
Trace
{% include 'dcim/inc/cable_toggle_buttons.html' with cable=object.cable termination=object %}