{% set ICONS_URL = 'https://cdn.theorchard.io/web-icons' %}
|
||||||||||||||||||
|
||||||||||||||||||
|
{% set trending_tracks_length = trending_tracks|length %}
{% if trending_tracks_length == 1 %}
1 {% trans %}Trending Track{% endtrans %}
{% else %}
{{trending_tracks_length}} {% trans %}Trending Tracks{% endtrans %}
{% endif %}
{% trans %}Detected{% endtrans %} {{date|datetimeformat(date_format='%A, %B %d, %Y')}}
{% if account_type == 'label' and label_name is not none %}
{% trans %}for{% endtrans %} {{label_name}}
{% endif %}
{% if account_type == 'subaccount' and subaccount_name is not none %}
{% trans %}for{% endtrans %} {{subaccount_name}}
{% endif %}
|
||||||||||||||||||
|
||||||||||||||||||
|
{% trans %}Expected daily average based on store streams over past 90 days{% endtrans %}
|
||||||||||||||||||
| {% trans %}See More Insights{% endtrans %} | ||||||||||||||||||