{% extends "base.html" %} {% block content %}
+ Schedule Interview
{% for i in interviews %} {% endfor %}
IDCandidateDateStatusNotes
{{ i.id }} {{ i.cname }} {{ i.date }} {{ i.status }} {{ i.notes[:40] }}…
{% endblock %}