{# Copyright (C) 2025 CERN. 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. #} {% extends admin_base_template %} {% from "invenio_requests/macros/request_header.html" import inclusion_request_header %} {% set title = invenio_request.title %} {% block page_title %}{% endblock page_title %} {% block admin_page_content %} {% set title = _("Request ") %} {{ super() }} {%- block request_body %}
{{ _("Reason:") }} {{ invenio_request["payload"]["reason_label"] }}
{%- if invenio_request["payload"]["comment"] %}{{ _("Justification:") }} {{ invenio_request["payload"]["comment"] }}
{%- endif %}