Plotting Data
Overview Dashboard
Longitudinal data Dashboard
All Visible Projects Dashboard
Projects Owned, Collaborated or Member Dashboard
{% for key in stats_data %}
{% endfor %}
{{key}}
{% for col in row %}
{% for key in col %}
{% endfor %}
{% endfor %}
{% endfor %}
{% for row in longitudinal_data %}
{% for col in row %}
{% for key in col %}
{% endfor %}
{% endfor %}
{% endfor %}
{% for row in project_list%}
{% for col in row%}
{% endfor %}
{% endfor %}
{% for row in project_list_ow_co_me%}
{% for col in row%}
{% endfor %}
{% endfor %}