{% extends "page.html" %} {% block subtitle %}{{ _("Tag Manager") }}{% endblock %} {% block breadcrumb_content %}
  • {{ h.nav_link(_('Tag Manager'), controller='ckanext.tagmanager.controller:TagmanagerController', action='index', highlight_actions = 'new index') }}
  • {% endblock %} {% block page_header %}{% endblock %} {% block primary_content_inner %}

    {{ _('Tags') }}

    {% if h.check_access('group_create') %}

    Welcome to the CKAN Tag Manager Plugin.

    Here you can see statistics about your tags, and use tools for enhancing their quality. The Strong Merge Suggestions will point you all tags different by capital letters or special characters. The Moderate Merge Suggestions will show tags that differ by one or two edits. The Synonyms Suggestions searches for word with the same meaning. Finally, you can also manually merge tags.

    {% block calculate_suggestions %} {% snippet "tagmanager/snippets/process_suggestions.html" %} {% endblock %} {% else %} {% block tags_list %} {% snippet "tagmanager/snippets/tags_list.html" %} {% endblock %} {% endif %} {% endblock %} {% block secondary_content %} {% snippet "tagmanager/snippets/menu.html" %} {% endblock %}