{% extends "base.html" %} {% block title %}Dashboard — Hartling Email Lists{% endblock %} {% block content %}
CSV fetch, cleanup & Mailchimp import
— {{ last_processing.status }} — {{ last_processing.message }}
| Date | Status | Contacts | Details |
|---|---|---|---|
| {{ imp.started_at[:16] | replace("T", " ") }} | {{ imp.status }} | {{ "{:,}".format(imp.total_imported) }} | {{ imp.message or "" }} |