{% extends "attendeereg/base.html" %} {% block styles %} {% endblock %} {% block content %} {% load adminmedia %}{% load attendeereg %}

{{ missing.count }} {{ title|escape }}


These are teachers, presenters, speakers, or session chairs who do not appear to have a registration. Unconnected registrations which contain the speakers last name or e-mail address are presented as potential matches. These are not conclusive.
NOTE: unconnected registration will not have the proper 'speaker' flags set on the badges.
Click To Update Registration Flags


{% for presenter in missing %} {% for reg in presenter.unconnected %} {% if not forloop.first %}{% endif %} {% if not forloop.last %}{% endif %} {% endfor %} {% if not presenter.unconnected.count %}{% endif %} {% endfor %}
SpeakeremailRegNameReg E-mailStatusInvoiceInvoice StatusCreated
{{ presenter|escape }} {{ presenter.email|escape }}
R{{ reg.id }} {{ reg.name|escape }} {{ reg.email|escape }} {% if reg.paid or reg.active %}{% if reg.paid %}Paid{% endif %} {% if reg.active %}Active{% endif %}{% else %}Not an active registration{% endif %} {% if reg.invoice %}{{ reg.invoice }}{% else %}(None){% endif %} {% if reg.invoice %}{{ reg.invoice.get_status_display|escape }}{% endif %} {{ reg.created|date }}
{% endblock %}