{% include 'navBar.twig' %}

My lists

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

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 %}