{% extends "base.html" %} {% block title %}Manage Telechat Dates{% endblock %} {% block content %}

Manage Telechat Dates

{% for f in form %} {% endfor %}
{{ f.label_tag }} {{ f }} {% if not f.field.thursday %}NOT THURSDAY{% endif %}
{% endblock %}