Informasi Keluhan {% if user.member.isSuperadmin %} Edit {% endif %}
-
{%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 %}
Submitted
On Progress
Finished