{% extends '_base.html' %} {% load render_table from django_tables2 %} {% load form_helpers %} {% block title %}Tenant Import{% endblock %} {% block content %}
| 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. |
WIDG01,widg01,Customers,Widgets Inc.