{% load static %} {% load i18n %} {% load basefilters %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% if activity %}

{% trans "Details" %}

Mary Magdalene
{{activity.employee_id}} {{activity.employee_id.employee_work_info.department_id}} / {{activity.employee_id.employee_work_info.job_position_id}}
{% trans "Attendance Date" %} {{activity.attendance_date}}
{% trans "Day" %} {{activity.shift_day}}
{% trans "Check In" %} {{activity.clock_in}}
{% trans "Check In Date" %} {{activity.clock_in_date}}
{% trans "Check Out" %} {{activity.clock_out}}
{% trans "Check Out Date" %} {{activity.clock_out_date}}
{% trans "Shift" %} {{attendance.shift_id}}
{% trans "Work Type" %} {{attendance.work_type_id}}
{% if perms.attendance.delete_attendanceactivity %}
{% if perms.attendance.delete_attendancelatecomeearlyout %}
{% csrf_token %}
{% endif %}
{% endif %}
{% else %}
Page not found. 404.
{% trans "There are no attendance records to display." %}
{% endif %}