{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Wireless LAN
SSID {{ object.ssid }}
Description {{ object.description|placeholder }}
VLAN {% if object.vlan %} {{ object.vlan }} {% else %} None {% endif %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='dcim:site_list' %} {% plugin_left_page object %}
{% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}