{% extends "base.html" %} {% block content %} {{ msg }}

Supervisor Dashboard

Approval Queue
{% for timesheet in timeSheets %} {% endfor %}
Student Name Date Hours View / Delete Mass Approve
View Approved Time Cards
{% if timeSheets %} {% endif %}
Create New Timecard
{% for student in students %} {% endfor %}
Student Name Work Day Supervisor (click to change) Time Card
{% endblock %}