Informasi Keluhan
-
{% for worker in complaint.worker_set.all %}
- {{ worker.name }} - {{ worker.division }} {% endfor %}
{% for image in complaint.complaintimages_set.all %}
{% if not image.log %}
{% endif %}
{% endfor %}
-
{% for log in complaint.log_set.all %}
-
{{ log.date }} : {{ log.description }}
{% for image in log.complaintimages_set.all %}
{% endfor %}
{% if complaint.status == 'S' %}
Submitted
{% elif complaint.status == 'P' %}
On Progress
{% elif complaint.status == 'F' %}
Finished
{% endif %}