{% load helpers %} Site {{ t.site }} Termination {% if t.interface %} {{ t.interface.device }} {{ t.interface }} {% else %} Not defined {% endif %} Cross-Connect {% if t.xconnect_id %} {{ t.xconnect_id }} {% else %} N/A {% endif %} Patch Panel/Port {% if t.pp_info %} {{ t.pp_info }} {% else %} N/A {% endif %} Comments {% if t.comments %} {{ t.comments|gfm }} {% else %} None {% endif %}