{% extends "layouts/content.html" %} {% load static %} {% block styles %} {% endblock %} {% block content %} {% if error %}
Job submission successful!
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 successful!
Jobs have been created with the IDs:
To view the full job list click here.
{% else %}Paste your job definition here.
{% endif %} {% else %}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 %}