Loading creators... please wait!
{% if props.display %}
Displaying {{ props.display }}
{% endif %}
{% include 'components/paginator.html' %}
{{ header_ad() }}
{% call card_list('phone') %}
{% for user in results %}
{{ user_card(
user,
is_updated=base.get('sort_by') == 'updated',
is_indexed=base.get('sort_by') == 'indexed',
is_count=base.get('sort_by') == 'favorited',
single_of='favorite',
plural_of='favorites'
) }}
{% else %}
No {{ g.artists_or_creators|lower }} found for your query.
{% endfor %}
{% endcall %}
{% include 'components/paginator.html' %}
{{ footer_ad() }}
{% endblock %}
{% block components %}
{{ image_link("") }}
{{ fancy_image("") }}
{{ user_card_skeleton() }}
{% endblock components %}