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

Rack Import

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

CSV Format

Field Description Example
Site Name of the assigned site DC-4
Group Rack group name (optional) Cage 1400
Name Internal rack name R101
Facility ID Rack ID assigned by the facility (optional) J12.100
Height Height in rack units 42

Example

DC-4,Cage 1400,R101,J12.100,42
{% endblock %}