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

    Your Response {% if submission_due %} due {{ submission_due }} {% endif %}

    {% block title %} This step's status: Not Completed {% endblock %}
    {% block body %}
    {% block message %} {% endblock %}

    Please provide your response to the following question. You can save your progress and return to complete your response at any time before the due date of {{ formatted_due_date }}. After you submit your response, you cannot edit it.

    Your Working Submission Status: {{ save_status }}

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

    We could not save your progress

    We could not submit your response

    {% endblock %}
  • {% endspaceless %}