{% extends "base.html" %} {% block title %}Calling Team Roster - Eventology{% endblock %} {% block content %}
Provision caller credentials and manage tele-outreach team members.
| Username | Created Date | Status |
|---|---|---|
| {{ caller.username }} | {{ caller.created_at|dateformat }} | {% if caller.status == 'approved' %} Active {% else %} Blocked {% endif %} |
| No calling accounts registered. Use the panel on the right to create one. | ||
Created callers can immediately log in to see their assignments and update guest RSVP responses.