Simple Time Clock

Currently Clocked In

{% if clocked_in_users %} {% else %}

No users are currently clocked in.

{% endif %}
{% if all_user_reports %}

Last 7 Days Report

{% for report in all_user_reports %} {% endfor %}
User Total Hours Worked
{{ report.name }} {{ report.hours }}

{% endif %}

User
Clock Actions
Begin Date
End Date
Report

{% if report_hours is not none %}

Custom Report

Total Hours Worked
{{ report_hours }}
{% endif %}