{% if suggestions|length > 0 %} {% for suggestion in suggestions %}

  • {{ suggestion.title }}
  • {{ suggestion.description }}
  • replayScore™ {{ suggestion.overall_replay_score }}x
  • {{ suggestion.time_ago }}
View Top Listeners ({{ suggestion.listeners|length }})
{% if suggestion.listeners|length > 0 %}
{% for listener in suggestion.listeners %} {% endfor %}
Listener Play Time ({{ suggestion.song_duration }}) Last Played Genius Score
{{ listener.name }}
{{ listener.play_time }} {{ listener.play_time_ago }} {{ listener.replay_score }}
{% if suggestion.approved == 0 %} Position:{{ suggestion.position }} Status: Auditioning in {% if suggestion.group_id == 0 %} General {% else %} {{ suggestion.group_name }} {% endif %} {% else %} Position:{{ suggestion.position }} Status: Approved in {% if suggestion.group_id == 0 %} General {% else %} {{ suggestion.group_name }} {% endif %} {% endif %}
{% else %}
No one has listened to this suggestion yet. Start by telling your friends about it!
{% endif %}
{% endfor %} {% else %}
Your suggestions and there performance are shown on this screen. You have not made any suggestions yet. Start making suggestions to view your performance here.
{% endif %}