{# 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. Extends the marc21 publication uploads dashboard and fills the `dashboard_actions` block with the "New upload" circle button which is wired in via the MARC21_UPLOADS_TEMPLATE config. #} {%- extends "invenio_records_marc21/user_dashboard/uploads.html" %} {%- set title = _("Publication Uploads") %} {%- set page_description = _("Manage and publish your scientific publications.") %} {%- block dashboard_actions %}
{%- endblock dashboard_actions %}