{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Copyright (C) 2025 Graz University of Technology. 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 "invenio_app_rdm/users/base.html" %} {% set active_dashboard_menu_item = 'uploads' %} {%- block javascript %} {{ super() }} {{ webpack['invenio-theme-tugraz-unlock.js'] }} {%- endblock javascript %} {%- block user_dashboard_body %}

{{ _("Permission required") }}

{{ _('To ensure a well-curated repository, new users need to get unlocked before being allowed to upload. Once unlocked, you can upload your research, request its inclusion in a community, generate a DOI for it, and publish it.') }} {# TODO: extra lines on policy about who gets accepted how for Research-Uploads #}

{# will be replaced with ZammadForm when generating it #}
{%- endblock user_dashboard_body %}