{# SPDX-FileCopyrightText: 2015-2024 CERN. SPDX-License-Identifier: MIT #} {%- extends config.ACCOUNTS_COVER_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {%- set messages = get_flashed_messages(with_categories=true) -%} {% block page_body %}
{{ message }}
{%- endfor %} {%- else %} {%- with form = reset_password_form %} {%- endwith %} {%- endif %}{{_('Log in')}} {% if security.registerable %} {{_('or')}} {{_('Sign up')}} {% endif %}
{%- endif %}