{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| 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:"—" }} |