{# Copyright (C) 2024 Graz University of Technology invenio-catalogue-marc21 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 "invenio_catalogue_marc21/deposit/base.html" %} {# {%- if not record.is_published and record.versions.index and record.versions.index > 1%} #} {# {%- set title = _("New version") %} #} {%- if not record.is_published %} {%- set title = _("New upload") %} {% else %} {%- set title = _("Edit upload") %} {%- endif %} {%- block page_body %} {%- if record %} {%- endif %} {%- if files %} {%- endif %} {%- if forms_config %} {%- endif %} {%- if templates %} {%- endif %} {%- if permissions %} {%- endif %}