Simple Time Clock
User
{% for user in users %}
{{ user.name }}
{% endfor %}
Clock Actions
Clock In
Clock Out
Begin Date
End Date
Report
Generate Report
{% if report_hours is not none %}
Total Hours Worked
{{ report_hours }}
{% endif %}