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

New Task


{% if data.step == 'one' %}

Step 1: name, container and computing.


{% csrf_token %}
Task name
Task container   | Add new...
Computing resource   | Add new...
{% elif data.step == 'two' %}

Choose a name and a type for your new Task.


{% csrf_token %}
Task name
Task container   | Add new...
Computing resource   | Add new...
Task user
Task password
Access method
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" %}