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

Submitted Time Cards

View past time cards and edit time cards that have not yet been approved.
{% for timesheet in timeSheets %} {% if timesheet.approved %} {% else %} {% endif %} {% if timesheet.student_accomplishment %} {% endif %} {% if timesheet.supervisor_comment and timesheet.show_student_comments %} {% endif %} {% endfor %}
{% endblock %}