{# 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. #} {% extends config.OVERRIDE_ACCOUNT_BASE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} {%- from "invenio_oauthclient/_macros.html" import oauth_button %} {% block page_body %} {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %}

{{ _("Log in to") }} {{ title }}

{{ _("Access and manage your research data.") }}

{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}
{% endblock page_body %} {% block javascript %} {{ super() }} {% endblock javascript %}