{# 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_records_lom/uploads.html Changes: - Added mobile action bar with "New upload" button. - Added desktop "New upload" circle button injected via JS into the React search row after render. #} {%- extends config.LOM_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "OER" %} {%- set title = _("Educational Resources") %} {%- set page_description = _("Manage and publish your openly licensed educational materials.") %} {%- block javascript %} {{ super() }} {{ webpack['invenio-records-lom-user-dashboard.js'] }} {%- endblock javascript %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}