{% load cables %}
{% load helpers %}
{% comment %}Render a single cable connection termination with type icon, parent, and link.{% endcomment %}
{% if term %}
{% if term.parent %}
{{ term.parent|hyperlinked_object }} /
{% endif %}
{{ term|hyperlinked_object }}
{% else %}
Not connected
{% endif %}