{% include "head.html" %}
Looper: {{ project_name }} summary
{{ navbar }}
Looper
{{ project_name }}
summary
Stats summary file
{% for column in columns %}
{{ column }}
{% endfor %}
{% for table_cell_data in table_row_data %}
{% for values in table_cell_data %} {% if values is not string %}
{{ values[1] }}
{% else %}
{{ values }}
{% endif %} {% endfor %}
{% endfor %}
Plot a column
{{ project_objects }}