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

New Task


{% if not data.created %}

Choose a name and a type for your new Task.


{% csrf_token %}
Task name
Task container   | Add new...
Computing resource   | Add new...
I understand that files saved or modified in this container, if not explicitly saved to a persistent storage, will be LOST when the task ends.









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





{% include "footer.html" %}