{% if current_user.is_authenticated %} {# user view #}
  • {{ current_user.username }} {{ current_user.email }}
  • {% endif %} {% if current_user.is_authenticated %} {# dashboard #}
  • dashboardDashboard
  • {# contributions #}
  • new_label Contributions
  • {# social #}
  • groupsSocial
  • {% endif %} {# news #}
  • newspaperNews
  • {# manual #}
  • help_outlineManual
  • {% if current_user.is_authenticated %} {# data processing & analysis section #}
  • Data Processing & Analysis
  • {# file setup pipeline #}
  • File setup
  • {# tesseract ocr pipeline #}
  • OCR
  • {% if config.NOPAQUE_TRANSKRIBUS_ENABLED %} {# transkribus htr pipeline #}
  • HTR
  • {% endif %} {# spacy nlp pipeline #}
  • NLP
  • {# corpus analysis #}
  • Corpus Analysis
  • {% endif %} {# account section #}
  • Account
  • {% if current_user.is_authenticated %} {# my profile #}
  • personMy Profile
  • {# settings #}
  • settingsSettings
  • {# log out #}
  • logoutLog out
  • {% else %} {# log in #}
  • Log in
  • {# register #}
  • Register
  • {% endif %} {% if current_user.can('USE_API') or current_user.is_administrator %}
  • {% endif %} {% if current_user.can('USE_API') %} {# API #}
  • apiAPI
  • {% endif %} {% if current_user.is_administrator %} {# Administration #}
  • admin_panel_settingsAdministration
  • {% endif %}