{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Invenio App RDM 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 = _("Requests") %} {%- 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 %}