{% load i18n %}

{{title}}

{% trans "Match each term with the correct definition" %}

{% if all_pages %} {% for item in all_pages.0.left_items %}
{{item.text}}
{% endfor %} {% endif %}
{% if all_pages %} {% for item in all_pages.0.right_items %}
{{item.text}}
{% endfor %} {% endif %}

{% trans "Congratulations!" %}

0:00

{% trans "A new personal best!" %}
{% trans "Previous best:" %} 0:00
{% trans "You completed the matching game in " %} 0:00
{% trans "Keep up the good work!" %}
{% trans "Your personal best" %} 0:00
{% trans "You successfully matched all items." %}
{% trans "Keep up the good work!" %}