{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- if config.ACCOUNTS %} {%- if not current_user.is_authenticated %} {%- if config.SECURITY_REGISTERABLE %}
{{ _ ("Sign up") }}
{%- endif %}
{{ _ ("Log in") }}
{%- else %} {%- if config.USERPROFILES %}
{{ current_user.user_profile.full_name or current_user.email }}
{%- for item in current_menu.submenu('settings').children if item.visible %} {{ item.text|safe }} {%- endfor %}
{%- for item in current_menu.submenu('profile-admin').children if item.visible %} {{ item.text|safe }} {%- endfor %}
{{ _("Sign out") }}
{# Mobile/Tablet Account menu #} {%- endif %} {%- endif %} {%- endif %}