{% extends 'base.html' %} {% block content %}
Input Akreditasi
{% if current_user.role in ['super_admin', 'admin'] %}
{% else %}

Pimpinan hanya dapat melihat monitoring.

{% endif %}
Daftar Kriteria dan Indikator
{% for item in items %} {% endfor %}
KriteriaIndikatorProgressStatusPIC
{{ item.criterion }} {{ item.indicator }}
{{ item.description }}
{{ item.progress }}%
{{ item.status }} {{ item.pic }}
{% endblock %}