{% if vocabularies is defined %} {% for row in vocabularies %} {% if actions is defined %} {% endif %}
ID Name Actions
{{ row.id }} {{ row.name }} {% if 'getContent' in actions %} Get content {% endif %} {% if 'delById' in actions %} Remove {% endif %} {% endif %} {% endfor %}