{% if profiles|length > 0 %} {% for profile in profiles %}
{{ profile.name }}
 geniusScore™{{ profile.replay_score }}x
{{ profile.song_count }} suggestions
{% if profile.is_following == false %} Follow {% else %} Following {{ profile.name|length > 8 ? profile.name|slice(0, 11) ~ '...' : profile.name }} {% endif %}

{% endfor %} {% else %}
No Profiles Found try a different search term
{% endif %}