{% extends "base.html" %} {% load form_helpers %} {% block title %}Import Device Assignments{% endblock title %} {% block content %}
Upload a CSV file with columns device and function_code.
Use the device name or UUID. Leave function_code empty to clear an assignment.
{{ result.summary }}
| Row | Device | Function Code | Status | Message |
|---|---|---|---|---|
| {{ row.row_number }} | {{ row.device_name }} | {{ row.function_code_slug|default:"—" }} | {{ row.status }} | {{ row.message }} |
| No rows processed. | ||||