{% extends 'base/layout.html' %} {% load helpers %} {% load i18n %} {% block title %} {% blocktrans trimmed with object_type=object|meta:"verbose_name"|bettertitle %} Cable Trace for {{ object_type }} {{ object }} {% endblocktrans %} {% endblock %} {% block content %}
{% trans "Select a node below to continue" %}:
{% trans "Total segments" %} | {{ path.segment_count }} |
---|---|
{% trans "Total length" %} | {% if total_length %} {{ total_length|floatformat:"-2" }}{% if not is_definitive %}+{% endif %} {% trans "Meters" %} / {{ total_length|meters_to_feet|floatformat:"-2" }} {% trans "Feet" %} {% else %} {{ ''|placeholder }} {% endif %} |
{% trans "Origin" %} | {% trans "Destination" %} | {% trans "Segments" %} |
---|---|---|
{{ cablepath.origins|join:", " }} | {% if cablepath.destinations %} {{ cablepath.destinations|join:", " }} {% else %} {% trans "Incomplete" %} {% endif %} | {{ cablepath.segment_count }} | {% trans "None found" %} | {% endfor %}