Back to Netbox

Cablebundle

netbox/templates/dcim/cablebundle.html

4.6.8705 B
Original Source

{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block breadcrumbs %}

{% trans "Cable Bundle" %}

| {% trans "Name" %} | {{ object.name }} | | {% trans "Description" %} | {{ object.description|placeholder }} |

{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}

{% plugin_right_page object %}

{% include 'inc/panel_table.html' with table=cables_table heading=_('Cables') %} {% plugin_full_width_page object %}

{% endblock %}