{% extends "page.html" %} {% block subtitle %}{{ _("Semantic Tags") }}{% endblock %} {% block breadcrumb_content %} {% snippet "semantictags/snippets/breadcrumb.html" %} {% endblock %} {% block page_header %}{% endblock %} {% block primary_content_inner %} {% block static_styles %} {% endblock %}
{{ _('Welcome to the CKAN SemanticTags Plugin.') }}
{% if h.semantictags_list_semantictags() %}
{% block assoc_semantic_tag %}
{% snippet "semantictags/snippets/associate_form.html" %}
{% endblock %}
{% if h.semantictags_list_tag_semantictags() %}
{% block list_tag_semantictags %}
{% snippet "semantictags/snippets/list_tag_semantictags.html" %}
{% endblock %}
{% else %}
You still don't have any relations between tags and semantic tags. Add some!
{% endif %} {% else %}