{% 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 %} {% endfor %}
Tanggal Judul Pelapor
{{ complaint.reported | date:"j M Y - G.i" }} {{ complaint.title }} {{ complaint.informer.name }} {% if user.member.role.name == 'SA' %} Alokasi Unit Kerja {% endif %}
{% endblock %} {% block script %} {% endblock %}