{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Sessions{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Sessions » Session Status {% endblock %} {% block content %}

Sessions - Status

Enter the message that you would like displayed to the WG Chair when this tool is locked.

{% csrf_token %} {{ form.as_table }}
    {% if is_locked %}
  • {% else %}
  • {% endif %}
{% endblock %}