{% if vocabularies is defined %} {% for row in vocabularies %} {% if actions is defined %} {% endif %} {% endif %}
ID Name Image Author
{{ row.id }} {{ row.name }} {{ row.image }} {{ row.author }} {% if actions == 'affAllVocab' %} {% elseif actions == 'getByName' %} {% elseif actions == 'delById' %} {% endif %} {% endif %} {% endfor %} {% if actions == 'addVocabList' %}