{% extends "base.html" %} {% block title %}Export to {{ config['DATAVERSE_NAME'] }} — {{ service_name }}{% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ service_name }} can export the metadata and files of this object to {{ config['DATAVERSE_NAME'] }}. It will create a draft dataset, which you can then review and publish.
{% endblock %}