{%- set title = _("Vocabulary types") %} {%- extends config.BASE_TEMPLATE %} {%- block page_body %}

{{ _("Vocabularies") }}

{% for item in list_data['hits']['hits'] %} {% endfor %}
{{_("Vocabulary")}} {{_("Items Count")}} {{_("Description")}} {{_("Vocabulary Code")}} {{_("PID type")}} {{_("(internal)")}}
{{ item.name or item.id }} {{ item.count }} {{ item.description }} {{ item.id }} {{ item.pid_type }}
{%- endblock page_body %}