{% extends "layouts/content-bootstrap.html" %} {% block styles %} {% endblock %} {% block content %} {% if error %}
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 %}You can use the Job Submission Wizard GUI for submitting jobs.
Otherwise, paste your job definition JSON here. Alternatively, you can paste a URL to your job definition file:
{% endif %} {% else %}Permission denied. You not have the required permissions to submit new jobs.
Please contact the administrators.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}