{# SPDX-FileCopyrightText: 2015-2021 CERN. 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 %} {%- else %} {{ _('Log out') }} {%- endif %} {%- endif %} {%- endif %}