Group list

{% include 'groupContainer.twig' with {'actions' : 'showAllGroup'} %}

Users of the group

{% include 'userContainer.twig' with {'users' : teacher, 'action' : 'showAllVocab'} %}

Add group

{% include 'addGroupForm.twig' %}

Unassigned users

{% include 'userContainer.twig' with {'vocab' : teacher, 'action' : 'getVocabByName'} %}