{% load i18n %} {% spaceless %}

{{ title }}

{% block message %}

Instructions

{% trans "This assignment has several steps. In the first step, you'll provide a response to the question. The other steps appear below the Your Response field." %}

{% endblock %}
{% if question %}

{% trans "The prompt for this assignment" %}

{{ question|linebreaks }}
{% endif %}
    {% for assessment in rubric_assessments %}
  1. {{ assessment.title }}

    {% trans "This step's status:" %} {% trans "Loading" %}
  2. {% endfor %}
{% if show_staff_debug_info %}
{% endif %}
{% endspaceless %}