{% import 'project/pagination.html' as pag with context %}
{% if projectsList is none or (projectsList | length )==0 %}

No project available. Create a new project to have a working context.

{% endif %} {% if projectsList %} {{ pag.displayPaginationControls(page_number, total_pages, 6, 'projectsForm') }} {{ pag.displayPaginationControls(page_number, total_pages, 6, 'projectsForm') }} {% if (projectsList | length) == 0 %} {% endif %} {% if ((projectsList | length) > 0) and selectedProject == none %} {% endif %} {% for proj in projectsList %} {% endfor %}
ID The Virtual Brain project Owner Operations Data structure Size
You have no project to work in. Please create a new one with the button on the right.
You haven't selected a project yet. Please do so below.
Select {{ proj.id }} Edit {{ proj.name }} {{ proj.administrator.display_name }} Operations
  • {{ proj.operations_finished }}
  • {{ proj.operations_started }}
  • {{ proj.operations_error }}
  • {{ proj.operations_canceled }}
Project Data {{ proj.disk_size_human }}
{% endif %}