{% extends "base.html" %}
{% block title %}Inbox · {{ current_project.name }} — Bento{% endblock %}
{% block content %}
{% set status_map = {
'pending': {'label': 'Unprocessed', 'badge': 'unprocessed'},
'claimed': {'label': 'Processing', 'badge': 'processing'},
'completed': {'label': 'Processed', 'badge': 'processed'},
'failed': {'label': 'Failed', 'badge': 'failed'},
} %}
Inbox {{ counts.all }}
No items match this filter.
{% endif %} {% if total_pages > 1 %} {% endif %}