{% extends 'base.html' %} {% load static %} {% block content %}
{% include 'admin_workspace/_admin_sidebar.html' %}

Conference Administration

Manage registrations, abstracts, scientific sessions, and conference operations globally.

Total Registrations

{{ total_users }}

+12 This Week
Pending Approvals

{{ pending_approvals }}

Requires Attention
Approved Attendees

{{ approved }}

Fully Processed

Pending Reviews

View All
{% for review in pending_list %} {% empty %} {% endfor %}
Participant Contact Type Date Action
{{ review.user.first_name }} {{ review.user.last_name }}
{{ review.user.email }} {{ review.user.get_registration_type_display }} {{ review.submitted_at|date:"M d, Y"|default:"Recently" }} Review

Inbox zero! No pending registrations found.

{% endblock %}