{% extends "page.html" %} {% import 'macros/form.html' as form %} {% block subtitle %}{{ _("Delete Confirm") }}{% endblock %} {% block breadcrumb_content %}
  • {{ h.nav_link(_('Tags Manager'), controller='package', action='search', highlight_actions = 'new index') }}
  • {% endblock %} {% block primary_content %}

    You are about to delete tag {{ h.tagmanager_tag_show(request.GET['tag']).name }} . This means that all datasets tagged with {{ h.tagmanager_tag_show(request.GET['tag']).name }} , i.e.:

    will be untagged for {{ h.tagmanager_tag_show(request.GET['tag']).name }} .

    Are you sure?

    {% endblock %}