{% block extra_head %}{% endblock %}
{% if current_user.is_authenticated %}
S
Sentimen
MBG
{% if current_user.role == 'admin' %}
Dashboard
Prediksi
Riwayat
Word Count
Model
Users
{% else %}
Dashboard
Analisis
Riwayat
Visualisasi
{% endif %}
{{ current_user.nama[0].upper() }}
{{ current_user.nama.split()[0] }}
{{ current_user.role }}
{{ current_user.nama[0].upper() }}
{{ current_user.nama[0].upper() }}
{{ current_user.nama }}
{{ current_user.role }}
{% if current_user.role == 'admin' %}
Dashboard
Prediksi
Riwayat
Word Count
Model
Users
{% else %}
Dashboard
Analisis
Riwayat
Visualisasi
{% endif %}
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}