{% load i18n %} {% spaceless %}

{% if approaching %} {% blocktrans with start_tag=''|safe end_tag=""|safe %} Assignment submissions will close soon. To receive a grade, first provide a response to the prompt, then complete the steps below the {{ start_tag }}Your Response{{ end_tag }} field. {% endblocktrans %} {% else %} {% blocktrans with start_tag=""|safe end_tag=""|safe %} This assignment has several steps. In the first step, you'll provide a response to the prompt. The other steps appear below the {{ start_tag }}Your Response{{ end_tag }} field. {% endblocktrans %} {% endif %}

{% endspaceless %}