{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2024 CERN. Copyright (C) 2021 New York University. Copyright (C) 2022 TU Wien. Copyright (C) 2023 Graz University of Technology. 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. #} {%- extends config.THEME_BASE_TEMPLATE %} {%- set title = _("Settings") %} {%- block page_body scoped %}

{{_("My account")}}

{%- 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 %}