{% extends 'components/shell.html' %} {% import 'components/site.html' as site %} {% from 'components/card_list.html' import card_list %} {% from 'components/cards/dm.html' import dm_card %} {% from 'components/ads.html' import slider_ad, header_ad %} {% block content %} {% call site.section("all-dms", title="DMs") %} {{ slider_ad() }} {{ header_ad() }}
{% include 'components/paginator.html' %}
{% call card_list("phone") %} {% for dm in props.dms %} {{ dm_card(dm, artist=dm|attr("artist") or {}, is_global=True) }} {% else %}

Nobody here but us chickens!

There are no DMs.

{% endfor %} {% endcall %}
{% include 'components/paginator.html' %}
{% endcall %} {% endblock %}