{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2023 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {# allows to have conversation/record tab #} {% extends "invenio_requests/community-submission/index.html" %} {% set title = _("Access request") %} {% from "invenio_requests/macros/request_header.html" import inclusion_request_header %} {% block page_body %} {%- if not (current_user and current_user.is_authenticated) %}