{% extends "base.html" %} {% block title %} {{ _('Export to %(dataverse_name)s', dataverse_name=config['DATAVERSE_NAME'])}}— {{ service_name }} {% endblock %} {% block scripts %} {{ super() }} {% if polling %} {% endif %} {% endblock scripts %} {% block content %} {% if polling %}
{{ _('The object is currently being exported. Once the export has been completed, you will be redirected to %(dataverse_name)s.', dataverse_name=config['DATAVERSE_NAME']) }}
{{ _('The export failed with the following message: %(error_message)s', error_message=_(error_message, service_name=config["SERVICE_NAME"], dataverse_name=config["DATAVERSE_NAME"])) }}
{% endif %} {% endblock content %}