diff --git a/netbox/templates/circuits/circuittype.html b/netbox/templates/circuits/circuittype.html index 67b6d2d86..c2ab235e4 100644 --- a/netbox/templates/circuits/circuittype.html +++ b/netbox/templates/circuits/circuittype.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.circuits.add_circuit %} + + Add Circuit + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -40,22 +48,13 @@
-
- Circuits -
+
Circuits
{% render_table circuits_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %}
- {% if perms.circuits.add_circuit %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %} diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index bf0037690..b04e7be7a 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -4,8 +4,16 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.circuits.add_circuit %} + + Add circuit + + {% endif %} +{% endblock extra_controls %} + {% block content %} -
+
@@ -57,28 +65,17 @@ {% include 'inc/panels/contacts.html' %} {% plugin_right_page object %}
-
-
-
- Circuits -
-
- {% render_table circuits_table 'inc/table.html' %} -
- {% if perms.circuits.add_circuit %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %} -
-
-
- {% plugin_full_width_page object %} +
+
+
+
Circuits
+
+ {% render_table circuits_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %} +
+ {% plugin_full_width_page object %} +
{% endblock %} diff --git a/netbox/templates/circuits/providernetwork.html b/netbox/templates/circuits/providernetwork.html index ffe56915f..970cd4a54 100644 --- a/netbox/templates/circuits/providernetwork.html +++ b/netbox/templates/circuits/providernetwork.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} -
+
@@ -44,22 +44,16 @@ {% plugin_right_page object %}
-
-
-
-
- Circuits -
-
- {% render_table circuits_table 'inc/table.html' %} -
-
+
+
+
+
Circuits
+
+ {% render_table circuits_table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=circuits_table.paginator page=circuits_table.page %} +
-
-
-
- {% plugin_full_width_page object %} -
+ {% plugin_full_width_page object %} +
{% endblock %} diff --git a/netbox/templates/dcim/device/consoleserverports.html b/netbox/templates/dcim/device/consoleserverports.html index f77ef0169..e4e044288 100644 --- a/netbox/templates/dcim/device/consoleserverports.html +++ b/netbox/templates/dcim/device/consoleserverports.html @@ -42,6 +42,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/devicebays.html b/netbox/templates/dcim/device/devicebays.html index 960610fa8..2d66e860d 100644 --- a/netbox/templates/dcim/device/devicebays.html +++ b/netbox/templates/dcim/device/devicebays.html @@ -39,6 +39,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/frontports.html b/netbox/templates/dcim/device/frontports.html index 18c08abe4..2caa4d86c 100644 --- a/netbox/templates/dcim/device/frontports.html +++ b/netbox/templates/dcim/device/frontports.html @@ -42,6 +42,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/interfaces.html b/netbox/templates/dcim/device/interfaces.html index c7d86ae89..a862573ad 100644 --- a/netbox/templates/dcim/device/interfaces.html +++ b/netbox/templates/dcim/device/interfaces.html @@ -77,6 +77,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/inventory.html b/netbox/templates/dcim/device/inventory.html index 699ae378f..345884bf9 100644 --- a/netbox/templates/dcim/device/inventory.html +++ b/netbox/templates/dcim/device/inventory.html @@ -39,6 +39,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/poweroutlets.html b/netbox/templates/dcim/device/poweroutlets.html index af94e1264..7b945438c 100644 --- a/netbox/templates/dcim/device/poweroutlets.html +++ b/netbox/templates/dcim/device/poweroutlets.html @@ -42,6 +42,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/powerports.html b/netbox/templates/dcim/device/powerports.html index 7b993bc73..6f1ce2040 100644 --- a/netbox/templates/dcim/device/powerports.html +++ b/netbox/templates/dcim/device/powerports.html @@ -42,6 +42,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/device/rearports.html b/netbox/templates/dcim/device/rearports.html index 86f89e459..12d5929c3 100644 --- a/netbox/templates/dcim/device/rearports.html +++ b/netbox/templates/dcim/device/rearports.html @@ -42,6 +42,5 @@ {% endif %}
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% table_config_form table %} {% endblock %} diff --git a/netbox/templates/dcim/devicerole.html b/netbox/templates/dcim/devicerole.html index c422a5eec..4db2d3ad8 100644 --- a/netbox/templates/dcim/devicerole.html +++ b/netbox/templates/dcim/devicerole.html @@ -7,6 +7,14 @@ {% endblock %} +{% block extra_controls %} + {% if perms.dcim.add_device %} + + Add Device + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -70,21 +78,12 @@
-
- Devices -
+
Devices
{% render_table devices_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %}
- {% if perms.dcim.add_device %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/dcim/location.html b/netbox/templates/dcim/location.html index 515aa7ff7..b684385a7 100644 --- a/netbox/templates/dcim/location.html +++ b/netbox/templates/dcim/location.html @@ -10,6 +10,14 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + {% if perms.dcim.add_location %} + + Add Child Location + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -89,22 +97,13 @@
-
- Locations -
+
Locations
{% render_table child_locations_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=child_locations_table.paginator page=child_locations_table.page %}
- {% if perms.dcim.add_location %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=child_locations_table.paginator page=child_locations_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %} diff --git a/netbox/templates/dcim/manufacturer.html b/netbox/templates/dcim/manufacturer.html index c3458eae1..c79ec923e 100644 --- a/netbox/templates/dcim/manufacturer.html +++ b/netbox/templates/dcim/manufacturer.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.dcim.add_devicetype %} + + Add Device Type + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -47,21 +55,12 @@
-
- Device Types -
+
Device Types
{% render_table devicetypes_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=devicetypes_table.paginator page=devicetypes_table.page %}
- {% if perms.dcim.add_devicetype %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=devicetypes_table.paginator page=devicetypes_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/dcim/platform.html b/netbox/templates/dcim/platform.html index 91ed63358..d5642fd94 100644 --- a/netbox/templates/dcim/platform.html +++ b/netbox/templates/dcim/platform.html @@ -10,6 +10,14 @@ {% endif %} {% endblock %} +{% block extra_controls %} + {% if perms.dcim.add_device %} + + Add Device + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -75,22 +83,13 @@
-
- Devices -
+
Devices
{% render_table devices_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %}
- {% if perms.dcim.add_device %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %} - {% plugin_full_width_page object %}
+ {% plugin_full_width_page object %} +
{% endblock %} diff --git a/netbox/templates/dcim/rackrole.html b/netbox/templates/dcim/rackrole.html index 35b690ccb..8c31be482 100644 --- a/netbox/templates/dcim/rackrole.html +++ b/netbox/templates/dcim/rackrole.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.dcim.add_rack %} + + Add Rack + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -46,21 +54,12 @@
-
- Racks -
+
Racks
{% render_table racks_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=racks_table.paginator page=racks_table.page %}
- {% if perms.dcim.add_rack %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=racks_table.paginator page=racks_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/dcim/region.html b/netbox/templates/dcim/region.html index 4bc2b5638..10ecb9ea6 100644 --- a/netbox/templates/dcim/region.html +++ b/netbox/templates/dcim/region.html @@ -10,6 +10,14 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + {% if perms.dcim.add_site %} + + Add Site + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -70,25 +78,16 @@ {% plugin_right_page object %}
-
+
-
- Sites -
+
Sites
{% render_table sites_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %}
- {% if perms.dcim.add_site %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %} diff --git a/netbox/templates/dcim/sitegroup.html b/netbox/templates/dcim/sitegroup.html index 129b2789b..49f91b812 100644 --- a/netbox/templates/dcim/sitegroup.html +++ b/netbox/templates/dcim/sitegroup.html @@ -10,6 +10,14 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + {% if perms.dcim.add_site %} + + Add Site + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -73,21 +81,12 @@
-
- Sites -
+
Sites
{% render_table sites_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %}
- {% if perms.dcim.add_site %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/extras/object_changelog.html b/netbox/templates/extras/object_changelog.html index df4a0f73b..d84ba0b7a 100644 --- a/netbox/templates/extras/object_changelog.html +++ b/netbox/templates/extras/object_changelog.html @@ -2,11 +2,17 @@ {% load render_table from django_tables2 %} {% block content %} -
- {% render_table table 'inc/table.html' %} -
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} -
+
+
+
+
+ {% render_table table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} +
+
+
Change log retention: {% if settings.CHANGELOG_RETENTION %}{{ settings.CHANGELOG_RETENTION }} days{% else %}Indefinite{% endif %} +
+
{% endblock %} diff --git a/netbox/templates/extras/object_journal.html b/netbox/templates/extras/object_journal.html index 28dd4ec93..5f3b991fa 100644 --- a/netbox/templates/extras/object_journal.html +++ b/netbox/templates/extras/object_journal.html @@ -24,8 +24,10 @@
{% endif %} -
- {% render_table table 'inc/table.html' %} +
+
+ {% render_table table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} +
- {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% endblock %} diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index cfc453e9c..b0b88b5af 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -1,6 +1,7 @@ {% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} +{% load render_table from django_tables2 %} {% block content %}
@@ -63,12 +64,18 @@
-
-
-
- {% include 'inc/panel_table.html' with table=taggeditem_table heading='Tagged Objects' %} - {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=items_table.page %}
- {% plugin_full_width_page object %} +
+
+
+
Tagged Objects
+
+ {% render_table taggeditem_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=taggeditem_table.paginator page=taggeditem_table.page %} +
+
+ {% plugin_full_width_page object %} +
+
{% endblock %} diff --git a/netbox/templates/ipam/asn.html b/netbox/templates/ipam/asn.html index 8d8daccff..53afd5ebb 100644 --- a/netbox/templates/ipam/asn.html +++ b/netbox/templates/ipam/asn.html @@ -70,9 +70,9 @@
Sites
{% render_table sites_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %}
- {% include 'inc/paginator.html' with paginator=sites_table.paginator page=sites_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/ipam/rir.html b/netbox/templates/ipam/rir.html index 774b90b6b..0c38855b5 100644 --- a/netbox/templates/ipam/rir.html +++ b/netbox/templates/ipam/rir.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.ipam.add_aggregate %} + + Add Aggregate + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -50,21 +58,12 @@
-
- Aggregates -
+
Aggregates
{% render_table aggregates_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=aggregates_table.paginator page=aggregates_table.page %}
- {% if perms.ipam.add_aggregate %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=aggregates_table.paginator page=aggregates_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/ipam/role.html b/netbox/templates/ipam/role.html index 2a43e61df..879dccdfd 100644 --- a/netbox/templates/ipam/role.html +++ b/netbox/templates/ipam/role.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.ipam.add_prefix %} + + Add Prefix + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -44,21 +52,12 @@
-
- Prefixes -
+
Prefixes
{% render_table prefixes_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=prefixes_table.paginator page=prefixes_table.page %}
- {% if perms.ipam.add_prefix %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=prefixes_table.paginator page=prefixes_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/ipam/vlangroup.html b/netbox/templates/ipam/vlangroup.html index 278872781..b0e2b1a21 100644 --- a/netbox/templates/ipam/vlangroup.html +++ b/netbox/templates/ipam/vlangroup.html @@ -11,13 +11,12 @@ {% endif %} {% endblock %} -{% block buttons %} +{% block extra_controls %} {% if perms.ipam.add_vlan %} - + Add VLAN {% endif %} - {{ block.super }} {% endblock %} {% block content %} @@ -66,22 +65,12 @@
-
- VLANs -
+
VLANs
{% render_table vlans_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=vlans_table.paginator page=vlans_table.page %}
- {% if perms.ipam.add_vlan %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=vlans_table.paginator page=vlans_table.page %}
+
{% endblock %} - diff --git a/netbox/templates/tenancy/contact.html b/netbox/templates/tenancy/contact.html index 5b817e1bc..6fa7c03d8 100644 --- a/netbox/templates/tenancy/contact.html +++ b/netbox/templates/tenancy/contact.html @@ -75,19 +75,15 @@ {% plugin_right_page object %}
-
+
Assignments
- {% if assignments_table.rows %} - {% render_table assignments_table 'inc/table.html' %} - {% else %} -
None
- {% endif %} + {% render_table assignments_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=assignments_table.paginator page=assignments_table.page %}
- {% include 'inc/paginator.html' with paginator=assignments_table.paginator page=assignments_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/tenancy/contactgroup.html b/netbox/templates/tenancy/contactgroup.html index 6271d8e17..7aed8182b 100644 --- a/netbox/templates/tenancy/contactgroup.html +++ b/netbox/templates/tenancy/contactgroup.html @@ -72,22 +72,13 @@
-
- Contacts -
+
Contacts
{% render_table contacts_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %}
- {% if perms.tenancy.add_contact %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %} diff --git a/netbox/templates/tenancy/contactrole.html b/netbox/templates/tenancy/contactrole.html index f21ee7637..37ef5e936 100644 --- a/netbox/templates/tenancy/contactrole.html +++ b/netbox/templates/tenancy/contactrole.html @@ -45,9 +45,9 @@
Assigned Contacts
{% render_table contacts_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %}
- {% include 'inc/paginator.html' with paginator=contacts_table.paginator page=contacts_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/tenancy/tenantgroup.html b/netbox/templates/tenancy/tenantgroup.html index a928ef2e8..653c40a87 100644 --- a/netbox/templates/tenancy/tenantgroup.html +++ b/netbox/templates/tenancy/tenantgroup.html @@ -10,6 +10,14 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + {% if perms.tenancy.add_tenant %} + + Add Tenant + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -57,22 +65,13 @@
-
- Tenants -
+
Tenants
{% render_table tenants_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=tenants_table.paginator page=tenants_table.page %}
- {% if perms.tenancy.add_tenant %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=tenants_table.paginator page=tenants_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %} diff --git a/netbox/templates/virtualization/clustergroup.html b/netbox/templates/virtualization/clustergroup.html index 65568296e..1da700caf 100644 --- a/netbox/templates/virtualization/clustergroup.html +++ b/netbox/templates/virtualization/clustergroup.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.virtualization.add_cluster %} + + Add Cluster + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -41,21 +49,12 @@
-
- Clusters -
+
Clusters
{% render_table clusters_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %}
- {% if perms.virtualization.add_cluster %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/virtualization/clustertype.html b/netbox/templates/virtualization/clustertype.html index c5c33fbcc..e0ddc90e0 100644 --- a/netbox/templates/virtualization/clustertype.html +++ b/netbox/templates/virtualization/clustertype.html @@ -3,6 +3,14 @@ {% load plugins %} {% load render_table from django_tables2 %} +{% block extra_controls %} + {% if perms.virtualization.add_cluster %} + + Add Cluster + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -40,21 +48,12 @@
-
- Clusters -
+
Clusters
{% render_table clusters_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %}
- {% if perms.virtualization.add_cluster %} - - {% endif %}
- {% include 'inc/paginator.html' with paginator=clusters_table.paginator page=clusters_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/wireless/wirelesslan.html b/netbox/templates/wireless/wirelesslan.html index babb8a10d..a55d22974 100644 --- a/netbox/templates/wireless/wirelesslan.html +++ b/netbox/templates/wireless/wirelesslan.html @@ -56,9 +56,9 @@
Attached Interfaces
{% render_table interfaces_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=interfaces_table.paginator page=interfaces_table.page %}
- {% include 'inc/paginator.html' with paginator=interfaces_table.paginator page=interfaces_table.page %} {% plugin_full_width_page object %}
diff --git a/netbox/templates/wireless/wirelesslangroup.html b/netbox/templates/wireless/wirelesslangroup.html index 9b73d1908..226b39b1b 100644 --- a/netbox/templates/wireless/wirelesslangroup.html +++ b/netbox/templates/wireless/wirelesslangroup.html @@ -10,6 +10,14 @@ {% endfor %} {% endblock %} +{% block extra_controls %} + {% if perms.wireless.add_wirelesslan %} + + Add Wireless LAN + + {% endif %} +{% endblock extra_controls %} + {% block content %}
@@ -58,17 +66,10 @@
Wireless LANs
{% render_table wirelesslans_table 'inc/table.html' %} + {% include 'inc/paginator.html' with paginator=wirelesslans_table.paginator page=wirelesslans_table.page %}
- {% if perms.wireless.add_wirelesslan %} - - {% endif %} -
- {% include 'inc/paginator.html' with paginator=wirelesslans_table.paginator page=wirelesslans_table.page %} - {% plugin_full_width_page object %} +
+ {% plugin_full_width_page object %}
{% endblock %}