{% block head %}{% endblock %}
{% if user %}
VidAI
Dashboard
Analyze
{% if user.get('role') == 'admin' %}
Train
{% endif %}
History
{% if user.get('role') == 'admin' %}
Cluster Tokens
Settings
{% endif %}
Account
{% if user.get('role') != 'admin' %}
Linked Apps
{% else %}
Users
Linked Apps
Configurations
{% 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 %}