{% load i18n %}
{% trans "Cable" %} {{ object.cable|linkify }}
{% trans "Path Status" %} {% if object.path.is_complete and object.path.is_active %} {% trans "Reachable" %} {% else %} {% trans "Not Reachable" %} {% endif %}
{% trans "Path Endpoints" %} {% for endpoint in object.connected_endpoints %} {% if endpoint.parent_object %} {{ endpoint.parent_object|linkify }} {% endif %} {{ endpoint|linkify }} {% if not forloop.last %}
{% endif %} {% empty %} {{ ''|placeholder }} {% endfor %}