{% extends "template.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Index{% endblock %} {% block content %} {% if missing_projects is not none %} {% endif %}
Select a project
{% for p in cc.projects.keys() %} {% set outer_loop = loop %} {% if cc.projects[p].subprojects is defined %} {% for sp in cc.projects[p].subprojects.keys() %} {% endfor %} {% endif %} {% endfor %}
Action Project name Sample count Protocols Inputs size Last modified
{% if cc.projects[p].num_sp is defined and cc.projects[p].num_sp is not none %} {% endif %} {{ cc.projects[p].name }} {{ cc.projects[p].num_samples }} {{ cc.projects[p].protocols }} {{ cc.projects[p].inputs_size }} {{ cc.projects[p].last_modified }}
{{ sp }} {{ cc.projects[p].subprojects[sp].num_samples }} {{ cc.projects[p].subprojects[sp].protocols }} {{ cc.projects[p].subprojects[sp].inputs_size }} {{ cc.projects[p].subprojects[sp].last_modified }}
{% endblock %}