{% extends "admin/core/base.html" %} {% load static %} {% load i18n %} {% load foundation %} {% load field %} {% block title-section %} {{ preprint.title }} {% trans 'Submission Complete' %} {% endblock %} {% block breadcrumbs %}
  • {{ request.repository.name }} Dashboard
  • Start Submission
  • Add Authors
  • Upload Files
  • Submission Complete
  • {% endblock %} {% block body %}

    Submission Complete

    Thank you for submitting your {{ request.repository.object_name }} to {{ request.repository.name }}.

    Next Steps

    One of our team will review your submission and will be in touch. You can close the submission system using the button below, you will be taken to the dashboard.

    {% csrf_token %}
    {% endblock %}