{% extends "package/resource_edit_base.html" %} {% block resource_actions_inner %} {{ super() }} {% if resource.format in ['Database', 'database', 'db'] %}
  • {% snippet 'package/snippets/data_api_button.html', resource=res %}
  • {% endif %} {% endblock %} {% block primary_content_inner %} {% if not reachable %}
    Warning
    Connection to the provided URL "{{resource.url}}" could not be established.
    {% endif %} {% set action = h.url_for( controller='ckanext.mongodatastore.controller:MongoDatastoreController', action='import_table') %}


    {% endblock %}