{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% 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:"—" }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}