{% extends 'syspanel_base.html' %} {% block sidebar %} {% with current_sidebar="tenants" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url syspanel_tenants as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "_page_header.html" with title="Tenants" refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block syspanel_main %} {% include "_syspanel_tenant_list.html" %} Create New Tenant {% endblock %}