{% load i18n %}

{{ display_name }}

{{ problem_progress }}

{{ prompt|safe }}

{{ word_count_message }}
{% if display_other_responses %} {% trans "Allow my response to possibly be visible by other learners after submitting their response" %}
{% endif %}
{{ submitted_message }}
{% if not is_past_due %} {% endif %}
{{ used_attempts_feedback }}
{{ user_alert }}
{% if display_other_responses %}

{% trans "Submissions by others" %}

{% endif %}