{% if data %} {% for mt, info in data.items %}
{% if info.change_pct > 0 %}
+{{ info.change_pct }}%
{% elif info.change_pct < 0 %}
{{ info.change_pct }}%
{% else %}
0%
{% endif %}
{{ mt }}
{% endfor %} {% else %}

No trending data found.

{% endif %}