{% extends '../template.html' %} {% block subcontent %}
| Nama Obat | Jumlah Tersedia | Satuan | Status |
|---|---|---|---|
| {{row.nama}} | {{row.jumlah}} | {{row.satuan}} | {% if row.jumlah > 10 %} Aman {% else %}{% if row.jumlah > 0 %} Menipis {% else %} Habis {% endif %} {% endif %} |