{% include 'navBar.twig' %}

My lists

{% include 'vocabularyContainer.twig' with {'actions' : ['affContent', 'delById'], 'vocabularies' : vocabularies } %}

Content

{% if content is defined %} {% for trad in content %} {% endfor %}
French word English word
trad.word1 trad.word2
{% endif %}

Groups

{% if groups is defined %} {% include 'groupContainer.twig' with {'actions' : ['addVocabToGroup', 'removeVocabFromGroup'] } %} {% endif %}