{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. 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_app_rdm/users/base.html Changes: - Extends OVERRIDE_BASE_TEMPLATE instead of BASE_TEMPLATE so our custom header/footer are included. - Suppresses the upstream user info + tab-nav header block. - Wraps dashboard body in a plain ui container (no upstream chrome). #} {%- extends config.OVERRIDE_BASE_TEMPLATE %} {%- block page_body %} {%- block user_dashboard_header %} {# Intentionally empty — suppress the upstream user info + tab-nav header #} {%- endblock user_dashboard_header %}