{# 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/uploads.html Changes: - Added title and page_description for the page inner banner. - Added mobile action bar with "New upload" button. - Added desktop "New upload" circle button injected via JS into the React search row after render. #} {%- set title = _("Uploads") %} {%- set page_description = _("Manage and publish your research data, publications and other outputs.") %} {%- extends "invenio_app_rdm/users/base.html" %} {% set active_dashboard_menu_item = "uploads" %} {%- block javascript %} {{ super() }} {{ webpack['invenio-app-rdm-user-uploads.js'] }} {%- endblock javascript %} {%- block user_dashboard_body %} {# Mobile/tablet: upload button shown above results on small screens #}