{% if groups is defined %} {% for row in groups %} {% endfor %} {% endif %}
ID Num Year Sector Actions
{{ row.id }} {{ row.num }} {{ row.year }} {{ row.sector }} {% if actions is defined %} {% if 'showGroupDetails' in actions %} Show {% endif %} {% if 'removeGroup' in actions %} Remove {% endif %} {% if 'removeVocabFromGroup' in actions %} Remove from group {% endif %} {% if 'addVocabToGroup' in actions %} Add to group {% endif %} {% endif %}