Color metric
{% for metric in available_metrics %} {% if metric==color_metric %}
{{ metric }}
{% else %}
{{ metric }}
{% endif %} {% endfor %}
{% for label in range(7) %} {% if label != 0 %}
{{ label }}
{% else %}
{{ label }}
{% endif %} {% endfor %}