{% extends 'base.html' %} {% load static %} {% block title %}Import Students - Rapha-Bethel BNPS{% endblock %} {% block content %}

Import Students

Back to Student List
Upload Student CSV File
{% csrf_token %}
File must be in CSV format with headers matching your data
CSV Format Options:
Format 1: Class 6 Style
NAME,DATE OF BIRTH,PLACE OF BIRTH,SEX
John Doe,15/05/2015,Douala,M
Jane Smith,22/08/2015,Yaounde,F
Format 2: Standard
First Name,Last Name,Date of Birth,Gender,Class
John,Doe,15/05/2015,M,Class 5
Jane,Smith,22/08/2015,F,Class 5
Import Instructions
  1. Download the sample CSV template
  2. Fill in your student data following the format
  3. Upload the file using the form above
  4. The system will automatically generate student IDs
{% endblock %}