{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-iform 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.INVENIO_THEME_IFORM_BASE_TEMPLATE %} {%- set active_dashboard_menu_item = "overview" %} {%- set title = "Overview" %} {% block javascript %} {{ super() }} {{ webpack['invenio-theme-iform-unlock.js'] }} {% endblock javascript %} {%- block page_body %} {%- block user_dashboard_header %} {% include "invenio_app_rdm/users/header.html" %} {%- endblock user_dashboard_header %}

Overview

{% if is_iform_authenticated %} {# 3 columns: Research-Uploads, Communities, and Requests #}

Research Results

Research Results
Overview: Description for research results

Communities

Communities
Overview: Description of Communities

Requests

Requests
Overview: Description of Requests
{% else %} {# not is_iform_authenticated #} {# 1 column: greyed out Research-Uploads #}
{# a modal's HTML can be placed anywhere, so I placed it here, right before it's used #} {# actual column contents start here #}

Research Results

Research Results
Overview: Description for research results
{% endif %} {% if can_view_marc21 %}

Publications

Publications
Overview: Description for publications
{% endif %}

Educational Resources

Open Educational Resources
Overview: Description for open educational resources
{%- endblock %}