{% extends "base.html" %} {% block title %}{{ gettext('Import Students from CSV') }}{% endblock %} {% block content %}

{{ gettext('Import Students from CSV') }}

{{ gettext('Instructions') }}
  • {{ gettext('Upload a CSV file with student data') }}
  • {{ gettext('The file should be encoded in ISO-8859-1 (Latin-1)') }}
  • {{ gettext('Required columns: Apellidos, Nombre (will be split), C.I.A.L., Fecha Nac.') }}
  • {{ gettext('Optional columns: NIF/NIE/Pas., Registro, Expediente, Sexo, Grupo') }}
  • {{ gettext('The "Estudio" column will be discarded') }}
  • {{ gettext('Duplicate students (by CIAL code or NIF/NIE) will be skipped') }}

{{ gettext('Example CSV format:') }}
Nº Or.,"Apellidos, Nombre",Fecha Nac.,C.I.A.L.,NIF/NIE/Pas.,Registro,Expediente,Sexo,Grupo,Estudio

{{ gettext('Upload CSV File') }}
{{ gettext('Select a CSV file to upload') }}
{{ gettext('Cancel') }}
{{ gettext('Sample Data Format') }}
{{ gettext('Nº Or.') }} {{ gettext('Apellidos, Nombre') }} {{ gettext('Fecha Nac.') }} {{ gettext('C.I.A.L.') }} {{ gettext('NIF/NIE/Pas.') }} {{ gettext('Registro') }} {{ gettext('Expediente') }} {{ gettext('Sexo') }} {{ gettext('Grupo') }} {{ gettext('Estudio') }}
1 PERIQUITA DE LOS PALOTES, JUANITA 24/08/2009 B19L64119K 24587243H 4847 M 1º FPB BÁSICA 1º CFGB Servicios Socioculturales...
{{ gettext('Note: The "Estudio" field will be discarded during import.') }}
{% endblock %}