{% load static %} {% block title %}Inventaris HMI - Management System{% endblock %} {% block extra_css %}{% endblock %}

Inventaris HMI

{% if user_profile and user_profile.foto_profil %} {{ user_profile.nama_lengkap|default:user.username }} {% else %}
{% endif %}

{{ user_profile.nama_lengkap|default:user.username }}

{% if user_profile and user_profile.jabatan %} {{ user_profile.jabatan }} {% else %} Admin Inventaris {% endif %}

{% if user_profile and user_profile.level_akses %} {{ user_profile.level_akses_display }} {% endif %}
{% if user_profile and user_profile.foto_profil %} {{ user_profile.nama_lengkap|default:user.username }} {% else %}
{% endif %}

{{ user_profile.nama_lengkap|default:user.username }}

{% if user_profile and user_profile.jabatan %} {{ user_profile.jabatan }} {% else %} Admin Inventaris {% endif %}

Profil Saya {% if user.is_superuser or user.profil.level_akses in 'admin,supervisor' %} Role Management {% endif %} Pengaturan Sistem
Logout
{% if messages %} {% endif %}
{% block content %}

Selamat Datang di Sistem Inventaris

Kelola inventaris organisasi HMI dengan mudah dan efisien

{% endblock %}
{% block extra_js %}{% endblock %}