Lead Management Dashboard
Total Leads
{{ stats.total_leads }}
Hot Leads
{{ stats.hot_leads }}
Emails
{{ stats.total_emails }}
Pipeline
${{ (stats.pipeline_value||0).toLocaleString() }}
No leads yet
| Name | Company | Temp | Status | Source | Added | |
|---|---|---|---|---|---|---|
| {{ lead.name || 'Unnamed' }} | {{ lead.email }} | {{ lead.company || '-' }} | {{ lead.temperature }} | {{ lead.status }} | {{ lead.source || '-' }} | {{ fmtDate(lead.created_at) }} |
| Direction | Subject | From/To | Status | Date |
|---|---|---|---|---|
| {{ em.direction === 'incoming' ? 'IN' : 'OUT' }} | {{ em.subject || '(no subject)' }} | {{ em.direction==='incoming' ? em.sender_email : em.recipient_email }} | {{ em.status }} | {{ fmtDate(em.created_at) }} |
{{ seq.description }}
{{ (seq.steps || []).length }} steps
{{ seq.enrollment_count || 0 }} enrolled
No sequences yet
No steps yet
| Lead | Current Step | Status | Next Send | Actions |
|---|---|---|---|---|
| {{ enr.lead_name || 'Unknown' }} | Step {{ enr.current_step + 1 }} of {{ seqSteps.length }} | {{ enr.status }} | {{ enr.next_send_at ? fmtDate(enr.next_send_at) : '-' }} |
No leads enrolled yet
{{ selectedLead.email }}
Notes
{{ selectedLead.notes }}{{ i.notes }}
Outcome: {{ i.outcome }}
No interactions yet
No emails yet
To: {{ selectedEmail.recipient_email }} From: {{ selectedEmail.sender_email }}
No content
Select leads to enroll in "{{ enrollSequence ? enrollSequence.name : '' }}"
No leads found
Subject: {{ previewingStep.subject }}
Total Scouts
{{ scoutStats.total_scouts }}
Active Partners
{{ scoutStats.active_partners }}
Needs Attention
{{ scoutStats.needs_attention }}
Tier Mix
| Handle | Platform | Tier | Stage | Followers | Eng % | Score | Interactions | Last Contact |
|---|---|---|---|---|---|---|---|---|
| @{{ s.handle }} | {{ s.platform }} | {{ s.tier }} | {{ s.relationship_stage.replace('_',' ') }} | {{ (s.follower_count||0).toLocaleString() }} | {{ s.engagement_rate }}% | {{ s.composite_score.toFixed(1) }} | {{ s.interaction_count }} | {{ s.last_interaction ? fmtDate(s.last_interaction) : 'never' }} |
{{ selectedScout.display_name }} · {{ selectedScout.platform }}
Followers
{{ (selectedScout.follower_count||0).toLocaleString() }}
Eng Rate
{{ selectedScout.engagement_rate }}%
Composite
{{ selectedScout.composite_score.toFixed(1) }}
Bonus Pts
{{ selectedScout.bonus_points }}
{{ qualResult.qualified ? 'QUALIFIED' : 'NOT QUALIFIED' }}
{{ selectedScout.notes }}
{{ i.notes || i.content_summary || '-' }}
{{ fmtDate(i.created_at) }} · {{ i.created_by }}
Total Tasks
{{ kbStats.total }}
In Progress
{{ (kbStats.by_column || {}).in_progress || 0 }}
Completed
{{ kbStats.completed }}
Completion
{{ kbStats.completion_pct }}%