{% extends 'utilities/obj_import.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}Tenant Import{% endblock %} {% block instructions %}

CSV Format

Field Description Example
Name Tenant name WIDG01
Slug URL-friendly name widg01
Group Tenant group (optional) Customers
Description Long-form name or other text (optional) Widgets Inc.

Example

WIDG01,widg01,Customers,Widgets Inc.
{% endblock %}