{# 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. #} {% if config.OVERRIDE_INSTANCE_TYPE in ["test", "demo"] %}

{% if config.OVERRIDE_INSTANCE_TYPE == "test" %} {{ _("This is the test instance of the Repository.") }} {% elif config.OVERRIDE_INSTANCE_TYPE == "demo" %} {{ _("This is the demo instance of the Repository.") }} {% endif %}

{% endif %}
{%- block navbar %} {%- endblock navbar %} {%- block site_banner %} {%- from "invenio_banners/banner.html" import banner with context -%} {{ banner() }} {%- endblock site_banner %} {%- block flashmessages %} {%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%} {{ flashed_messages() }} {%- endblock %}
{# {%- block breadcrumbs %} {%- include "invenio_theme/breadcrumbs.html" %} {%- endblock breadcrumbs %} #} {%- block page_inner_banner %} {%- set _path = request.path %} {%- if (title or _path == '/publications/search') and not (_path.startswith('/records/') and not _path.startswith('/records/search')) %}

{{ title or _("Publications") }}

{%- if page_description %}

{{ page_description }}

{%- elif _path == '/me/uploads' %}

{{ _("Manage and publish your research data, publications and other outputs.") }}

{%- elif _path == '/me/requests' %}

{{ _("Manage your open requests and collaborations.") }}

{%- elif _path == '/me/communities' %}

{{ _("Manage your communities and collaborate with others.") }}

{%- elif _path in ['/communities', '/communities-search', '/communities/search'] %}

{{ _("Organize, curate and collaborate on records for your institution, project, topic or event.") }}

{%- elif _path == '/communities/new' %}

{{ _("Create a community to organize and share your research outputs.") }}

{%- elif _path.startswith('/account/settings') %}

{{ _("Manage your profile, security and connected applications.") }}

{%- elif _path == '/publications/search' %}

{{ _("Search and discover scientific publications from TU Graz.") }}

{%- elif _path == '/oer/search' %}

{{ _("Search and discover open educational resources.") }}

{%- endif %}
{%- endif %} {%- endblock page_inner_banner %}