{% extends 'scipost/base.html' %} {% block pagetitle %}: metadata XML deposit{% endblock pagetitle %} {% block breadcrumb %}
{% endblock %} {% block content %}

Metadata deposit (using the {{ option }} server)

{% if valid %}

Response headers:

{{ response_headers|linebreaks }}

Response text:

{{ response_text|linebreaks }}
{% if perms.scipost.can_publish_accepted_submission %}

return to the publication's page, to the general metadata management page or to this publication's metadata management page

{% endif %}
{% else %}

The metadata file for this metadata timestamp already exists.
You might want to produce new metadata to do a new deposit instead.

{% if perms.scipost.can_publish_accepted_submission %}

Back to Admin for {{ publication.doi_label }}

{% endif %}
{% endif %} {% endblock %}