{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}Tenant Import{% endblock %} {% block content %}

Tenant Import

{% csrf_token %} {% render_form form %}
Cancel

CSV Format

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

Example

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