{% extends '_base.html' %} {% load buttons %} {% load helpers %} {% block content %}
{% if perms.tenancy.add_tenant %} {% add_button 'tenancy:tenant_add' %} {% import_button 'tenancy:tenant_import' %} {% endif %} {% export_button content_type %}

{% block title %}Tenants{% endblock %}

{% include 'utilities/obj_table.html' with bulk_edit_url='tenancy:tenant_bulk_edit' bulk_delete_url='tenancy:tenant_bulk_delete' %}
{% include 'inc/search_panel.html' %}
{% endblock %}