{% extends "base.html" %} {% block title %}{{ gettext('Import Students from CSV') }}{% endblock %} {% block content %}
{{ gettext('Bulk import student data from a CSV file') }}
{{ gettext('Example CSV format:') }}
Nº Or.,"Apellidos, Nombre",Fecha Nac.,C.I.A.L.,NIF/NIE/Pas.,Registro,Expediente,Sexo,Grupo,Estudio
| {{ 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 | García López, María | 15/03/2005 | 12345678A | 12345678A | REG001 | EXP001 | F | 2º ESO A | ESO |
| 2 | Martínez Ruiz, Carlos | 22/07/2004 | 87654321B | 87654321B | REG002 | EXP002 | M | 3º ESO B | ESO |
{{ gettext('Estudio') }} {{ gettext('column will be discarded during import') }}