{% extends "complaintManager/base.html" %} {% block content %} {% if success_edit %}
×

Suntingan berhasil!

{% endif %} {% if success_create %}
×

Keluhan berhasil dibuat!

Klik di sini untuk membuat keluhan lagi

{% endif %}

{{ title }}


{% for complaint in complaints %} {% endif %} {% endfor %}
Tanggal Judul Pelapor Unit Kerja Status Action
{{ complaint.reported | date:"j M Y - G.i" }} {{ complaint.title }} {{ complaint.member.user.first_name }} {{ complaint.member.user.last_name}} {% for division in complaint.assigned_divisions.all %} {{ division.code }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ complaint.get_status }} Detail Download {% if user.member.role.name == 'SA' %} Edit
{% endblock %} {% block script %} {% endblock %}