{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% for group in object.get_ancestors %} {% endfor %} {% endblock %} {% block content %}
Wireless LAN Group
Name {{ object.name }}
Description {{ object.description|placeholder }}
Parent {% if object.parent %} {{ object.parent }} {% else %} {% endif %}
Wireless LANs {{ wirelesslans_table.rows|length }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
Wireless LANs
{% include 'inc/table.html' with table=wirelesslans_table %}
{% if perms.wireless.add_wirelesslan %} {% endif %}
{% include 'inc/paginator.html' with paginator=wirelesslans_table.paginator page=wirelesslans_table.page %} {% plugin_full_width_page object %}
{% endblock %}