{%- extends "admin/_base.html" %} {% from "admin/macros/vocabularies.html" import m_vocabulary with context %} {%- block content %} {%- for group in vocabularies |sort %}

{{ group or _('Global') }}

{%- for voc in vocabularies[group] %} {% call m_vocabulary(voc) %}
{{ _('Add new value') }}
{%- endcall %} {%- endfor %} {# voc in groups #} {%- endfor %} {# groups #} {%- endblock %}