{% block head %}{% endblock %}
{% if user %}
DEPL
{{ t('app_name') }}
{{ t('tagline') }}
{% if user.role != 'operator' %}
{{ t('dashboard') }}
{{ t('machines') }}
{% endif %}
{{ t('daily_log') }}
{% if user.role != 'operator' %}
{{ t('analysis') }}
{% endif %} {% if user.role == 'admin' %}
{{ t('companies') }}
{% if active_company %}
{{ t('operator_logins') }}
{% endif %} {% endif %}
{% if user.role == 'admin' and nav_companies %}
{{ t('company_profiles') }}
{{ t('all_companies') }}
{% for c in nav_companies %}
{{ c.name }}
{% endfor %}
{% endif %}
{{ user.full_name or user.username }}
{% if user.role == 'admin' %} {% if active_company %}{{ active_company.name }}{% else %}{{ t('system_overview') }}{% endif %} {% elif user.role == 'operator' %} {{ t('operator') }} · {{ user.company_name }} {% else %} {{ user.company_name }} {% endif %}
EN
සිං
{{ t('logout') }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}