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

Vocabulary

Functional context

{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_REVISOR') %}
{% endif %} {% for message in app.flashes('notice') %}
{{ message }}
{% endfor %}

Terms in vocabulary

{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_REVISOR') %}{% endif %} {% for term in terms %} {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_REVISOR') %} {% endif %} {% endfor %}
TermActions
{% endblock %}