{% ckan_extends %} {% block resource_item_explore_links %} {{ super() }} {% if not url_is_edit and h.csvwmapandtransform_show_tools(res) %} {% if res.url and h.is_url(res.url) %}
  • {{ _('Create Mapping') }}
  • {% if h.check_access('csvwmapandtransform_transform',res) %}
  • {{ _('Transform') }}
  • {% endif %} {% endif %} {% endif %} {% endblock %}