{% extends "page.html" %} {% block subtitle %}{{ _("Semantic Tags") }}{% endblock %} {% block breadcrumb_content %} {% snippet "semantictags/snippets/breadcrumb.html" %} {% endblock %} {% block primary_content %} {% block static_styles %} {% endblock %} {% block suggest_assoc_semantic_tag %}

{{_('Strong Suggestions for Association of Tags with Semantic Tags')}}

{% link_for _('Merge all tags with exact correspondent in global tag server'), controller='ckanext.semantictags.controller:SemantictagsController', action='associate_equal_tags', class_='read-more' %} {# set suggestions = h.semantictags_suggest_tag_semantictag() #} {# for sug in suggestions #} {# endfor #} {% endblock %} {% endblock %} {% block secondary_content %} {% snippet "semantictags/snippets/menu.html" %} {% endblock %}