{% extends 'base.html' %} {% block auth_content %}

Sistem Mutu, Akreditasi & Keuangan

Platform terpadu untuk BAN-PT, SPMI, dokumen bukti, dan monitoring keuangan kampus.

  • Dashboard pimpinan profesional
  • Upload dokumen terstruktur
  • Pelacakan temuan dan tindak lanjut

Masuk

Gunakan akun yang sudah disediakan.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Demo: superadmin / admin / pimpinan
{% endblock %}