{# 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. #} {%- extends config.OVERRIDE_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "overview" %} {%- set title = _("Overview") %} {%- set page_description = _("Manage your uploads, communities and requests.") %} {%- block javascript %} {{ super() }} {{ webpack['invenio-override-dashboard.js'] }} {%- endblock javascript %} {%- block page_body %}
{%- endblock page_body %}