{% if title %}
Opaque – {{ title }}
{% else %}
Opaque
{% endif %}
{% if current_user.is_authenticated %} {% endif %}
Notifications
{% if current_user.is_authenticated %}
chevron_left
Log out
{% else %}
chevron_right
Log in
chevron_right
Register
{% endif %}
opacity
Opaque
menu
notifications
account_circle
{% if current_user.is_authenticated %} {{ current_user.username }} {% else %} Unknown {% endif %}
{% if current_user.is_authenticated %} {{ current_user.email }} {% else %} Unknown {% endif %}
opacity
Opaque
dashboard
Dashboard
Services
arrow_drop_down
format_textdirection_l_to_r
NLP
find_in_page
OCR
{% if current_user.is_authenticated %}
Account
settings
Settings
{% endif %} {% if current_user.is_administrator() %}
Administration
build
Administration tools
{% endif %}
{% if title %} {{ title }} {% else %} Unnamed page {% endif %}
{% block page_content %} {% endblock %}