{% extends "base.html" %} {% block title %}Send Campaign{% endblock %} {% block content %}
Send Settings
Current Status

Touch 1 Sent {{ stats.touch_1_sent }} / {{ stats.total }}

Touch 2 Sent {{ stats.touch_2_sent }} / {{ stats.touch_1_sent }}

Replied {{ stats.replied }}

Pending T1 {{ stats.pending_t1 }}

Live Output Ready
────────────────────────────────────────────────────────────── HermitHire Campaign Engine Configure settings on the left and press Send Now Output will appear here in real time ──────────────────────────────────────────────────────────────
{% endblock %} {% block scripts %} {% endblock %}