Batch Import
Dry folder: {{ total }} total ·
{{ done }} processed ·
{{ pending }} pending
{% if not has_api_key %}
{# ── TAB 1: MANUAL UPLOAD ── #}
{# ── TAB 2: DRY FOLDER QUEUE ── #}
{% if not pending %}
All {{ total }} recipes in the dry folder have been processed.
{% else %}
Select up to 25 · 0 selected
{% for cuisine, pdfs in by_cuisine.items() %}
{% set cidx = loop.index %}
{% for pdf in pdfs %}
{% endfor %}
{% endfor %}
{% endif %}
{% endblock %}