{% extends "base.html" %} {% block content %}
Date | Company | Hours | Approved | For Pay? | Make Up? | ||
---|---|---|---|---|---|---|---|
{{ timesheet.date }} | {{ timesheet.company }} | {{ timesheet.hours }} | {{ timesheet.approved|yesno }} | {{ timesheet.for_pay|yesno }} | {{ timesheet.make_up|yesno }} | {% if timesheet.approved %}Details | {% else %}{% endif %} |