{% load tz %} {% load i18n %} {% spaceless %} {% block list_item %}
  • {% endblock %}

    {% block button %} {% block title %} {% trans "In Progress" %} {% endblock %}

    {% block body %}

    {% trans "Enter your response to the question." %} {% if submission_due %} {% trans "You can save your progress and return to complete your response at any time before the due date" %} ({{ submission_due|timezone:time_zone|date:"l, N j, Y H:i e" }}). {% else %} {% trans "You can save your progress and return to complete your response at any time." %} {% endif %} {% trans "After you submit your response, you cannot edit it" %}.

      {% for part in saved_response.answer.parts %}
    1. {% trans "The prompt for this section" %}
      {{ part.prompt.description|linebreaks }}
      {% trans "Your response" %}
    2. {% endfor %} {% if file_upload_type %}
    3. {% trans "We could not upload this file" %}
    4. {% endif %} {% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=file_url class_prefix="submission__answer"%}
    {% trans "You may continue to work on your response until you submit it." %}
    {% trans "We could not save your progress" %}
    • {% trans "Your Submission Status" %}: {{ save_status }}
    • {% if allow_latex %}
    • {% trans "Click to preview your submission in LaTeX."%}
    • {% trans "Preview Response"%}

    • {% endif %}
    {% trans "We could not submit your response" %}
    {% endblock %}
  • {% endspaceless %}