{% extends 'components/shell.html' %} {% import 'components/site.html' as site %} {% from 'components/card_list.html' import card_list %} {% from 'components/cards/share.html' import share_card %} {% block content %} {% call site.section("all-dms", title="Filehaus") %}
{% include 'components/paginator.html' %} {# #}
{% call card_list("phone") %} {% for dm in props.shares %} {{ share_card(dm) }} {% else %}

Nobody here but us chickens!

There are no uploads.

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