{# 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') %}
{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}{{ _("Log in with repository credentials") }}