{% load i18n %} {% spaceless %}

{% if not_yet_open %} {% trans "This Task Is Not Yet Available" %} {% else %} {% trans "This Assignment Has Closed" %} {% endif %}

{% if not_yet_open %} {% trans "Check back to complete the assignment once this section has opened." %} {% else %} {% trans "One or more deadlines for this assignment have passed. You will receive an incomplete grade for this assignment." %} {% endif %}

{% endspaceless %}