{% extends "base.html" %} {% block title %}IceProd Config{% end %} {% block head_scripts %} {% end %} {% block page_title %}Submit Status{% end %} {% block body %}

Please wait while the dataset submission is processed.

Status: {{ status }}

{% if message %}

Message:

{{ message }}
{% end %}

If the page does not reload every second, please manually reload. Dataset submission should normally take less than 10 seconds.

{% end %} {% block body_scripts %} {% end %}