{% load tz %} {% load i18n %} {% spaceless %} {% block list_item %}
{% if team_name %} {% trans "Enter your team's response to the prompt." %} {% if submission_due %} {% blocktrans %} You can save your progress and return to complete your team's response at any time before the due date {% endblocktrans %} ( ). {% else %} {% blocktrans %} You can save your progress and 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 %} {% blocktrans %} You can save your progress and return to complete your response at any time before the due date {% endblocktrans %} ( ). {% 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" %}. {% endif %}