{% extends "base/base.html" %} {% block title %} Manage source versions {% endblock title %} {% block page_heading %} Manage source versions {% endblock page_heading %} {% block main_content %}
Return to assessment preparation page

You have uploaded {{ num_uploaded_source_versions }} of {{ num_versions }} source pdfs {% if all_sources_uploaded %} {% else %} {% endif %}

{% if not all_sources_uploaded %}

Each PDF must have exactly {{ number_of_pages }} pages.

{% endif %} {% if duplicates %} {% endif %}
Note: the server is set to use “{{ server_paper_size_name }}” paper.

Plom generally respects the paper size of the source PDFs you provide; this setting effects other pages that Plom creates itself, such as reassembled papers and reports. You can control this by setting the PAPERSIZE environment variable before starting the server: contact your server administrator if you need to change it.

{% if paper_warnings %} {% endif %}
{% for src in sources %} {% include "Preparation/source_item_view.html" with src=src %} {% endfor %}
{% endblock main_content %}