{% load goal_filters %} {% load i18n %}

{% trans "Words to work on" %}

{% for w in incorrects|dictsortreversed:"count" %} {% endfor %}
Incorrect count Correct answer Your errors
{{ w.count }} {% for c in w.correct_answer %} {{ c }}
{% endfor %}
{% for i in w.user_inputs %}{% with w.correct_answer|first as corr %}{% for h in i|highlight_differences:corr %}{% if h.highlight %}{% endif %}{{ h.char }}{% if h.highlight %}{% endif %}{% endfor %}{% endwith %} {% if not forloop.last %}
{% endif %} {% endfor %}