{% if vocabularies is defined %} {% for row in vocabularies %} {% if vocabID is defined and vocabID == row.id %} {% else %} {% endif %} {% if actions is defined%} {% endif %}
ID Name Image Author
{{ row.id }} {{ row.name }} {{ row.image }} {{ row.author }} {% if 'getContent' in actions %} {% endif %} {% if 'delById' in actions %} {% endif %} {% endif %} {% endfor %}