{% extends '../center_store/template.html' %} {% block subcontent %} {% if harus_update_shift == "y" %}
| Nama | Shift | Kehadiran | Jam Datang | Jam Keluar | Hantaran |
|---|---|---|---|---|---|
|
{% if row.kehadiran == "backup" %}
{{row.nama}}
{{ row.backup }}
{% else %}
{{row.nama}}
{% endif %}
|
{{row.shift}} |
{{row.jam_datang}}
|
- loading -
|
- loading -
|