{% extends "base.html" %} {% block content %}
{{ candidates|length }}
Candidates
{{ interviews|length }}
Interviews
3
Users
1
Active Sessions

Recent Candidates

+ Add
{% for c in candidates %} {% endfor %}
NameEmail
{{ c.name }} {{ c.email }} View →

Upcoming Interviews

+ Schedule
{% for i in interviews %} {% endfor %}
CandidateDateStatus
{{ i.cname }} {{ i.date }} {{ i.status }}
{% endblock %}