Plotting Data

Project {{id}} Dashboard   

{% if data_array['access'] == 'private'%} Private Project {% endif %} {% if data_array['access'] == 'protected'%} Protected Project {% endif %} {% if data_array['access'] == 'public'%} Public Project {% endif %}   

{% if db is sameas true%} {% endif %} {% if db is sameas false %} {% endif %}
{% for key in stats_data %}

{{key}}

{% endfor %}
Project Overview
Project Name {{data_array['name']}}
Project ID {{id}}
Project Owner(s) {% for user in data_array['Owner(s)']%} {{user}},  {%endfor%}END
Inserted on {{data_array['insert_date']}}
Inserted By {{data_array['insert_user(s)']}}
Last Workflow {{data_array['last_workflow']}}
Project Collaborators {% for user in data_array['Collaborator(s)']%} {{user}},  {%endfor%}END
Project Members {% for user in data_array['member(s)']%} {{user}},  {% endfor%}END
Project Users {% for user in data_array['user(s)']%} {{user}},  {%endfor%} END
Last Accessed By {% for user in data_array['last_accessed(s)']%} {{user}},  {% endfor %} END
{% for i in graph_data %}
{% for j in i %} {% for key in j %}
{% endfor %} {% endfor %}
{% endfor %}
Sessions with corresponding tests
{% if t_header_info|length > 0%} {% for data in t_header_info%} {% endfor %} {% endif %} {% for data_l in t_data_info %} {% for data in data_l %} {% if data[0] == true %} {% elif data[0] == false%} {% elif data[0] == None%} {% elif data[0] == 'version' %} {% elif data == '' %} {% else %} {% endif %} {% endfor %} {% endfor %}
Sessions/Tests Version{{data}}
{{data[1] | tojson}}
{{data[1] | tojson}}
{{data[1] | tojson}}
{{data[1]}} {{data}}
{% for i in graph_data%} {% for j in i%} {%endfor%} {%endfor%}