{% load i18n %}
{% if correctness %}

{% filter force_escape %} {% blocktrans %} When you originally tried this problem, you ended up being correct after {{ num_attempts }} attempts. {% endblocktrans %} {% endfilter %}

{% else %}

{% filter force_escape %} {% blocktrans %} When you originally tried this problem, you ended up being incorrect after {{ num_attempts }} attempts. {% endblocktrans %} {% endfilter %}

{% endif %}