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

    Your Response {% if submission_start %} available {{ submission_start|utc|date:"N j, Y H:i e" }} (in {{ submission_start|timeuntil }}) {% elif submission_due %} due {{ submission_due|utc|date:"N j, Y H:i e" }} (in {{ submission_due|timeuntil }}) {% endif %}

    {% block title %} This step's status: In Progress {% endblock %}
    {% block body %}

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

    1. You may continue to work on your response until you submit it.

    We could not save your progress

    • Your Submission Status: {{ save_status }}

    We could not submit your response

    {% endblock %}
  • {% endspaceless %}