{% extends "base.html" %} {% block title %}Detail Import Nilai{% endblock %} {% block page_title %}Detail Import Nilai{% endblock %} {% block content %}
{{ batch.created_at.strftime('%d/%m/%Y %H:%M') }}
Total
{{ batch.total_rows }}
Baru
{{ batch.created_count }}
Update
{{ batch.updated_count }}
Skip
{{ batch.skipped_count }}
| Baris | Status | Murid | Kelas/Mapel | Surat/Ayat | Nilai | Keterangan |
|---|---|---|---|---|---|---|
| {{ row.row_number }} | {% if row.status == 'success' %} {{ row.action }} {% else %} skip {% endif %} | {{ row.murid_name or '-' }} | {{ row.kelas_name or '-' }} {{ row.mapel_name or '-' }} |
{{ row.surah_name or '-' }} {{ row.ayat or '-' }} |
{{ row.score if row.score is not none else '-' }} | {{ row.message or row.description or '-' }} |