{# 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 = _("Uploads") %} {%- extends config.BASE_TEMPLATE %} {%- block javascript %} {{ super() }} {{ webpack['invenio-app-rdm-user-dashboard.js'] }} {%- endblock javascript %} {%- block page_body %}
{{ _("My dashboard") }}
{%- endblock page_body %}