{%extends "confreg/confadmin_base.html" %} {%block title%}Session notification queue - {{conference}}{%endblock%} {%block layoutblock%}

Session notification queue - {{conference}}

The following sessions have pending notifications. If you need to turn one of them off, click the session and change the field for last notified status to be the same as the current status.

{%for s in notifysessions%} {%endfor%}
Session Status change
{{s}} {{s.lastnotified_status_string}} -> {{s.status_string}}

Send notifications

{% csrf_token %} Check this box to confirm you want to send notification email(s)

Back to talk voting Back to dashboard {%endblock%}