{% extends "layouts/content.html" %} {% block styles %} {% endblock %} {% block content %} {% if error %}
Job submission error: {{ error }}
{% endif %} {% if resubmit_warning %}
Job submission warning: {{ resubmit_warning }}
{% endif %}

Submit Job

{% if is_authorized %} {% if job_id %} {% url 'lava.scheduler.job.detail' job_id as detail_url %} {% url 'lava.scheduler.job.list' as list_url %}

Job submission successfull!

Job with ID {{ job_id }} has been created.

To view the full job list click here.

{% elif job_list %} {% url 'lava.scheduler.job.list' as list_url %}

Multinode Job submission successfull!

Jobs have been created with the IDs:

To view the full job list click here.

{% else %}

Paste your job definition here.

{% csrf_token %}
Add to my favorite jobs
(Note: Please validate definition before job submission.)
{% endif %} {% else %}

Error:

Permission denied. You not have the required permissions to submit new jobs.

Please contact the administrators.

{% endif %} {% endblock %} {% block scripts %} {% if not job_id %} {% endif %} {% endblock %}