{% extends 'components/shell.html' %} {% from 'components/card_list.html' import card_list %} {% from 'components/cards/user.html' import user_card, user_card_header %} {% block content %}
{% if results|length %}
{% include 'components/paginator.html' %}
{% endif %} {% call card_list('phone') %} {% for user in results %} {{ user_card(user, is_date=true) }} {% else %}

No {{ g.artists_or_creators|lower }} found.

{% endfor %} {% endcall %} {% if results|length %}
{% include 'components/paginator.html' %}
{% endif %}
{% endblock %}