{% extends "base.html" %} {% block content %}
Unprocessed All
{% if items %} {% for item in items %}
{{ item.raw_text }}
{% if not item.processed %}
{% endif %}
{% endfor %} {% else %}
📥
Capture queue is empty
{% endif %} {% endblock %}