{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Meetings{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Meetings » {{ meeting.number }} » Notifications {% endblock %} {% block content %}

IETF {{ meeting.number }} - Send Notifications

{% csrf_token %}

The following groups are in state 'schedw' (Waiting for scheduling). Pressing the Send Now button will change them to be in state 'sched' (Scheduled), and send email notifications each of them that their session has been scheduled. The last time this button was pressed was {{ last_notice.time|date:"Y-m-d" }}:

{% if not groups %}(none){% endif %}{% for group in groups %}{{ group.acronym }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% include "includes/buttons_back.html" %}
{% endblock %}