{% extends '_base.html' %} {% load helpers %} {% block title %}Tenants{% endblock %} {% block content %}
{% if perms.tenancy.add_tenant %} Add a tenant {% endif %} {% include 'inc/export_button.html' with obj_type='tenants' %}

Tenants

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