{% load tz %} {% load i18n %} {% spaceless %} {% block list_item %}
{% 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|utc|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" %}.