{% load tz %} {% load i18n %} {% spaceless %} {% block list_item %}
{% if team_name %} {% trans "Enter your team's response to the prompt." %} {% if submission_due %} {% blocktrans %} Your work will save automatically and you can return to complete your team's response at any time before the due date {% endblocktrans %} ( ). {% else %} {% blocktrans %} Your work will save automatically and you can return to complete your team's response at any time. {% endblocktrans %} {% endif %} {% trans "After you submit a response on behalf of your team, it cannot be edited." %} {% else %} {% trans "Enter your response to the prompt." %} {% if submission_due %} {% if date_config_type == 'subsection' %} {% trans "Your work will save automatically and you can return to complete your response at any time before the subsection due date " %} {% elif date_config_type == 'course_end' %} {% trans "Your work will save automatically and you can return to complete your response at any time before the course ends " %} {% else %} {% trans "Your work will save automatically and you can return to complete your response at any time before the due date " %} {% endif %} ( ). {% else %} {% trans "Your work will save automatically and you can return to complete your response at any time." %} {% endif %} {% trans "After you submit your response, you cannot edit it" %}. {% endif %}