{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% load render_table from django_tables2 %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
Fibre Trunk
CID{{ object.cid }}
Type{% badge object.get_trunk_type_display bg_color=object.get_trunk_type_color %}
Status{% badge object.get_status_display bg_color=object.get_status_color %}
Fibre count{{ object.fibre_count }}
Manufacturer{{ object.manufacturer|linkify|default:"—" }}
Length (m){{ object.length_m|default:"—" }}
Tenant{{ object.tenant|linkify|default:"—" }}
Show on map{{ object.show_on_map|yesno:"yes,no" }}
Description{{ object.description|default:"—" }}
Fibre utilisation
Capacity{{ object.fibre_count }} fibres
Used{{ object.fibres_used }}
Remaining{{ object.fibres_remaining }}
Utilisation
{{ object.fibres_utilization_pct }}%
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
Breakouts Add Breakout Import from Cables Deploy MTP Harness
{% render_table breakout_table 'inc/table.html' %}
{% endblock %}