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

Please wait while the dataset {% if submit %}submission{% else %}config update{% end %} is processed.

Status: {{ status }}

{% if message %}

Message:

{{ message }}
{% end %}

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

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