{% extends "base.html" %} {% block title %}Events Control Center - Eventology{% endblock %} {% block content %}
Coordinate upcoming schedules, import invitees, and manage your tele-calling campaigns.
| Event Details | Date & Time | Venue Location | Total Guests | Roster Progress | Actions |
|---|---|---|---|---|---|
| {{ event.title }} | {{ event.date|datetimeformat }} | {{ event.location or 'Not specified' }} | {{ event.guests|length }} Invited |
{% set total = event.guests|length %}
{% set yes = event.guests|selectattr('rsvp_status', 'equalto', 'attending')|list|length %}
{% set pct = ((yes / total) * 100)|round(0)|int if total > 0 else 0 %}
RSVPs
{{ pct }}%
|
Manage Event |
|
📅
No Events ScheduledCreate your first event to start assigning invite lists. |
|||||