{% extends 'data_entry.html.twig' %} {% block title %}Vocab - Functional context | ArCOA{% endblock %} {% block rightpanel %}

Edit vocabulary

Functional context

{% for message in app.flashes('notice') %}
{{ message }}
{% endfor %}

Terms in vocabulary

{% for term in terms %} {% endfor %}
TermActions
{% endblock %}