{% extends 'base.html' %} {% block content %}
{% if current_endpoint == 'main.sadat' %} Below you will find tracks that have been flagged as dropping via a variety of leading indicator tools. Those flags have been collected and an algorithm has been used to determine a recommendation as to which songs to market. The SADAT score below is that number. {% elif current_endpoint == 'main.repowner_page' %} Below you will find tracks that have been flagged as trending via a variety of leading indicator tools. Those flags have been collected and run through a machine learning model that attempts to predict the staying power of the trend now that it has been discovered. The TADAS Score seen below is this prediction. {% else %} Below you will find tracks that have been flagged as trending via a variety of leading indicator tools. Those flags have been collected and run through a machine learning model that attempts to predict the staying power of the trend now that it has been discovered. The TADAS Score seen below is this prediction. {% endif %}| ID | Artist | Track | Country | {% if current_endpoint == 'main.sadat' %}Sadat Recommendation | Avg Daily {{geo_country}} Streams | 7 Day {{geo_country}} Drop | Days Falling | {% else %}TADAS-30 | Avg Daily {{geo_country}} Streams | 7 Day {{geo_country}} Lift | Days Trending | {% endif %}Daily Gainers | Track Risers | TikTok WW | TikTok {{ geo_country }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ value }} |
{% else %}
{{ value }} |
{% endif %}
{% else %}
{{ value }} | {% endif %} {% endfor %} {% for value in row[8:] %} {% if loop.index in [3,4] %} {% if value > 0 %}+{{ "{:,}".format(value | int) }} |
{% else %}
{{ "{:,}".format(value | int) }} |
{% endif %}
{% else %}
{% if value >= 1 and value <= 100 %}
{{ value | int }} |
{% else %}
{{ value | int }} |
{% endif %}
{% endif %}
{% endfor %}