{% extends "complaintManager/base.html" %} {% block content %} {% if success_edit %}
Suntingan berhasil!
Keluhan berhasil dibuat!
Klik di sini untuk membuat keluhan lagi
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 |