{% load static %} {% include "header.html" %} {% include "navigation.html" with main_path='/main/' %}

New Task


{% if not data.name %}

Choose a name and a type for your new Task.


{% csrf_token %}
Task name
Task container
Computing resource
I understand that files saved or modified and not explicitly saved to a persistent share, including system packages, will be LOST when the task ends.









{% else %} Ok, task created. Go back to your tasks list. {% endif %}





{% include "footer.html" %}