{% extends "telechat/base_telechat.html" %} {% block breadcrumbs %}{{ block.super }} » {{ date }} {% endblock %} {% block subsection %}

This feature is pending

Roll Call


{% csrf_token %} {% for person in people %} {{ person.name }}
{% endfor %}
{% endblock %}