{% include "tailwind/field.html" with field=upload_form.bulk_upload_file %}
{% if draft_file %}
Current draft: {{ draft_file.name }}
{% if draft_total_rows %}
with {{ draft_total_rows }} row(s).
{% endif %}
Uploading a new file will replace it.
{% endif %}