{# 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. Overrides: invenio_theme/page_settings.html Changes: - Added title and a description banner at the top of the settings page. #} {%- extends config.THEME_BASE_TEMPLATE %} {%- set title = _("Settings") %} {%- block page_body scoped %}

{{ _("My account") }}

{{ _("Manage your profile, preferences and account settings.") }}

{%- block settings_content scoped %}
{%- block settings_content_title scoped %} {%- if panel_icon %} {%- block settings_content_title_icon scoped %}{%- endblock %} {%- endif %}

{{ panel_title|default("") }}

{%- endblock %}
{%- block settings_body scoped %}
{%- block settings_form scoped %} {%- endblock settings_form %}
{%- endblock settings_body %}
{%- endblock %}
{%- endblock %}