{% extends "base.html" %} {% block content %}

Handoffs / {{ slug }}

Unconsumed (inbox — {{ unconsumed | length }})

{% if unconsumed %} {% else %}

Inbox empty — nothing waiting to be picked up.

{% endif %}

Consumed (history — {{ consumed | length }})

{% if consumed %} {% else %}

No consumed handoffs yet.

{% endif %}
{% endblock %}