{% extends "base.html" %} {% block content %}
Traslado controlado de matrícula entre años escolares, con lote y auditoría.
Cree primero el próximo año escolar en Años escolares.
| Lote | Fecha | Origen | Destino | Resultado | Estudiantes | Responsable |
|---|---|---|---|---|---|---|
| #{{ batch.id }} | {{ batch.created_at }} | {{ batch.source_school_year.name }} · {{ batch.source_section.name if batch.source_section else '-' }} | {{ batch.target_school_year.name }} · {{ batch.target_section.name if batch.target_section else '-' }} | {{ promotion_results.get(batch.result, batch.result) }} | {{ batch.records|length }} | {{ batch.created_by.full_name }} |
| No hay lotes de promoción registrados. | ||||||