<% if(status == "processing"){ %>

Thank you for your submission

Please wait just a moment while your data is being uploaded and processed.

Processing...
<% } else if(status == "complete"){ %>

Thank you for your submission

Your data set is ready to view.

Complete
View your data set <% } else if(status == "timeout"){ %>

Thank you for your submission

Your submission was successful, but is still being processed in our system. When it is done being processed, it will be listed in your profile.

Received
<% } else if(status == "error"){ %>

Thank you for your submission

Error
Your submission could not be completed. Please try again or contact us at <%=appModel.get("emailContact")%> for assistance.
<% } %>