{% extends 'components/shell.html' %} {% from 'components/image_link.html' import image_link %} {% from 'components/fancy_image.html' import fancy_image %} {% from 'components/card_list.html' import card_list %} {% from 'components/cards/user.html' import user_card, user_card_header, user_card_skeleton %} {% from 'components/ads.html' import slider_ad, header_ad, footer_ad %} {% block content %} {{ slider_ad() }} {{ header_ad() }} Loading creators... please wait! Name Leave blank to list all Service All {% for paysite in g.paysite_list %} {{ g.paysites[paysite].title }} {% else %} {% endfor %} Sort by Popularity Date Indexed Date Updated Alphabetical Order Service Descending Ascending {% if props.display %} Displaying {{ props.display }} {% endif %} {% if results|length %} {% include 'components/paginator.html' %} {% endif %} {% 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 artists found for your query. {% endfor %} {% endcall %} {% if results|length %} {% include 'components/paginator.html' %} {% endif %} {{ footer_ad() }} {% endblock %} {% block components %} {{ image_link("") }} {{ fancy_image("") }} {{ user_card_skeleton() }} {% endblock components %}
No artists found for your query.