{% load i18n %} {% spaceless %}
{% if title %}

{% trans title %}

{% endif %}
{% block message %}

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

{% endblock %}
    {% for assessment in rubric_assessments %}
  1. {% trans "Loading" %}
  2. {% endfor %}
Loading Open Response Assessment...
{% if leaderboard_ui_model %}
  1. {% trans "Loading" %}
{% endif %}
{% if show_staff_area %}
{% endif %}
{% endspaceless %}