{# 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/requests.html Changes: - Added title and page_description for the page inner banner. #} {%- set title = _("Requests") %} {%- set page_description = _("Manage your open requests and collaborations.") %} {%- extends "invenio_app_rdm/users/base.html" %} {% set active_dashboard_menu_item = "requests" %} {%- block javascript %} {{ super() }} {{ webpack['invenio-app-rdm-user-requests.js'] }} {%- endblock javascript %} {%- block user_dashboard_body %}
{%- endblock user_dashboard_body %}