{# -*- coding: utf-8 -*- Copyright (C) 2026 CERN. Copyright (C) 2026 Northwestern University. 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. #} {%- from "invenio_app_rdm/records/macros/creatibutors.html" import show_creatibutors %} {% macro member_request_header(back_button_url=None, back_button_text=None, request=None, accepted=False) %} {# Renders the member request header block with: - a back button - the request's title - no need for a View Community button since the header is only and already present on a community page #}
{{ request.description|safe }}
{% endmacro %} {% macro invitation_request_header(back_button_url=None, back_button_text=None, request=None, accepted=False) %} {# DEPRECATED. Will eventually be removed. #} {{ member_request_header( back_button_url=back_button_url, back_button_text=back_button_text, request=request, accepted=acceptd, ) }} {% endmacro %} {% macro inclusion_request_header(back_button_url=None, back_button_text=None, request=None, record=None, accepted=False) %} {# Renders the record inclusion request header block with: - a back button - a `View record` button, when accepted - the request's title - the record's creators, when record is passed #}{{ request.description|safe }}
{% if record %}