{% extends '../center_store/template.html' %} {% block subcontent %} {% if harus_update_shift == "y" %}
| Nama Rider | Telepon | Status | |
|---|---|---|---|
|
{% if row.backup == "" %}{{row.nama}}{% else %}
{{row.nama}}
{{row.backup}}
{% endif %}
|
{{row.telepon}} | {% if row.status != 'Belum Hadir' %} {{row.status}} {% else %} {{row.status}} {% endif %} | Edit |