{% for t in ts %}
{% for k, v in t.description.items() %}
{{ k }}
{{ v }}
{% endfor %}
period
{{ t.data[0][0] }} .. {{ t.data[-1][0] }}
{% endfor %}