{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %}
| Fabric | {{ object.fabric }} |
| Name | {{ object.name }} |
| Status | {% badge object.get_status_display bg_color=object.get_status_color %} |
| Prefix | {{ object.prefix }} |
| VLAN | {% if object.vlan %} {{ object.vlan }} {% else %} {{ ''|placeholder }} {% endif %} |
| Description | {{ object.description|placeholder }} |