{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Trunk Breakout
Parent trunk{{ object.trunk|linkify }}
dcim.Cable{{ object.cable|linkify }}
Fibre range start{{ object.fibre_range_start }}
Fibre range end{{ object.fibre_range_end }}
Fibre count{{ object.fibre_count }}
Description{{ object.description|default:"—" }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% endblock %}