{% load i18n %} {% if path.destination_id %} {% with endpoint=path.destination %} {{ endpoint.parent_object|linkify }} {{ endpoint|linkify }} {% endwith %} {% else %} {% trans "Not connected" %} {% endif %}