Все данные
Температура
Дата
°С
{% for row in tempdata %}
{{row[0]}}
{{'%0.2f'|format(row[1])}}
{% endfor %}