{% extends 'base/layout.html' %} {% load form_helpers %} {% block title %}Multi Import{% endblock %} {% block content %}
Device Import & Sync — Multi Import

Upload Sources.csv (SSH devices) or Devices.csv (static devices). Header row required; no trailing blank lines. SSH credentials in the file are used only for this run and are never stored.

Not sure of the format? Download an example: Sources.csv (SSH) · Devices.csv (static)

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