{% load static %}
{% for tra , lis in tracks_and_values %}
{% for t , v in lis %}
{% endfor %}
{% endfor %}
{% include "experiment/variable/charts.html" %}