{% extends "base.html" %} {% block title %}Bulk Student Import — Admin{% endblock %} {% block content %}
Upload a CSV to create multiple student accounts at once
username,email,password,class_name student1,student1@school.com,pass123,Batch A student2,student2@school.com,pass123,Batch A student3,student3@school.com,pass456,Batch B
class_name is optional — leave blank to leave unassigned| Class name (use exact spelling) | Students |
|---|---|
{{ c['name'] }} |
{{ c['student_count'] }} |
No active classes yet. Create one →
{% endif %}| Username | Status | Message |
|---|---|---|
| {{ r['username'] }} | {% if r['status'] == 'created' %} ✓ Created {% elif r['status'] == 'skipped' %} ⚠ Skipped {% else %} ✗ Failed {% endif %} | {{ r['message'] }} |