{# Copyright (C) 2023 Graz University of Technology invenio-records-marc21 is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- set title = _("Publication Uploads") %} {%- extends config.MARC21_BASE_TEMPLATE %} {% set active_dashboard_menu_item = 'Publications' %} {%- block javascript %} {{ super() }} {{ webpack['invenio-records-marc21-user-dashboard.js'] }} {%- endblock %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}
{%- endblock page_body %}