{% extends 'dcim/device/base.html' %} {% load helpers %} {% load static %} {% block content %}
Controller Managed Device Group
Name {{ object.controller_managed_device_group|hyperlinked_object }}
Controller {{ object.controller_managed_device_group.controller|hyperlinked_object }}
{% csrf_token %}
Wireless Networks
{% if request.user.is_authenticated %} {% table_config_button_small wireless_networks_table %} {% endif %}
{% include 'responsive_table.html' with table=wireless_networks_table %}
{% table_config_form wireless_networks_table %}
{% csrf_token %}
Radio Profiles
{% if request.user.is_authenticated %} {% table_config_button_small radio_profiles_table %} {% endif %}
{% include 'responsive_table.html' with table=radio_profiles_table %}
{% table_config_form radio_profiles_table %}
{% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}