{# SPDX-FileCopyrightText: 2015-2018 CERN. SPDX-FileCopyrightText: 2023 Graz University of Technology. SPDX-License-Identifier: MIT #} {%- if config.ACCOUNTS %} {%- if not current_user.is_authenticated %}
{{ _('Log in') }} {% if security.registerable %} {{ _('Sign up') }} {% endif %}
{%- else %} {%- if config.USERPROFILES %}
{{ current_user.email|truncate(31,true) }}
{%- else %} {{ _('Log out') }} {%- endif %} {%- endif %} {%- endif %}