{% if data %}
{% for mt, info in data.items %} {% endfor %}
Media Type Recent ({{ current_period_label }}) Previous ({{ current_period_label }}) Change
{{ mt }} {{ info.recent }} {{ info.previous }} {% if info.change_pct > 0 %} +{{ info.change_pct }}% {% elif info.change_pct < 0 %} {{ info.change_pct }}% {% else %} 0% {% endif %}
{% else %}

No trending data found.

{% endif %}