{% 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 Widgets Inc.
Slug URL-friendly name widgets-inc
Group Tenant group Customers

Example

Widgets Inc.,widgets-inc,Customers
{% endblock %}