{% if translations is defined %} {% for row in translations %} Manage groups

Quiz

{% if translations is defined %} {% for translation in translations %}

{{ translation.word1 }}

{% set answers = [translation.word2] %} {% for i in 0..3 %} {{ answers[i] }}
{% endfor %} {% endfor %} {% endif %}

Translator

{% if translations is defined %}
{{ row.id }} {{ row.word1 }} {{ row.word2 }} {{ row.listVocab }}
{% for translation in translations %} {% endfor %}
ID Word 1 Word 2 List Vocabulary
{{ translation.id }} {{ translation.word1 }} {{ translation.word2 }} {{ translation.listVocab }}
{% endif %}