{# -*- coding: utf-8 -*- Copyright (C) 2015-2018 CERN. Copyright (C) 2021-2022 TU Wien. Invenio 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 %} {{ _("Log in") }} {%- elif current_user.is_authenticated %} {{ _("Log out") }} {%- endif %} {%- endif %}