{% load i18n %} {% spaceless %}

{% trans "Status" %}

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

{% endspaceless %}