{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
SSID | {{ object.ssid }} |
---|---|
Group | {{ object.group|linkify|placeholder }} |
Status | {% badge object.get_status_display bg_color=object.get_status_color %} |
Description | {{ object.description|placeholder }} |
VLAN | {{ object.vlan|linkify|placeholder }} |
Tenant | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |