{% extends "base.html" %} {% block title %}Job Submitted - {{ job_name }}{% endblock %} {% block content %}
Your job has been submitted and is pending review by the data owner.
{% set info_items = [ {'label': 'Job Name', 'value': job_name}, {'label': 'Submitted To', 'value': do_email}, {'label': 'Status', 'value': 'Submitted', 'badge': 'info'} ] %} {% include 'components/info_box.html' %}You'll receive follow-up emails when the job is reviewed and executed.
This is an automated notification from SyftBox.
{% endblock %}