{% if data.length %}
Employees to mark attendance
{% for item in data %}
{{ item.employee }}    {{ item.employee_name }}
{% } %}
{% } else { %}
Attendance records not found
{% } %}