{% extends "base.html" %} {% block title %}Caller Workspace - Eventology{% endblock %} {% block content %}
Select an assigned event to access your tele-campaign roster queue and log guest responses.
| Event Details | My Guest Roster | My Campaign Status | Roster Progress | Actions |
|---|---|---|---|---|
|
{{ ev.title }}
📅 {{ ev.date|dateformat }} | 📍 {{ ev.location or 'Main Hall' }} |
{{ item.total }} Assigned |
● Attending: {{ item.attending }}
● Pending Call: {{ item.pending }}
|
{% set resolved = item.total - item.pending %}
{% set pct = ((resolved / item.total) * 100)|round(0)|int if item.total > 0 else 0 %}
Calling Progress
{{ pct }}%
|
Open Call Room |
|
📞
All Clear!You do not have any active caller assignments. Contact your Event Management Company to assign lists. |
||||