{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Telechat{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Telechat {% endblock %} {% block content %} {% load ietf_filters %}

Agenda {{ date }}

{% if agenda %} {% else %} Please select a telechat to display the agenda. {% endif %}
{% if date %}
{% endif %} {% block subsection %}
{% endblock %}
{% endblock %}