{% if data.length %}
{{ __( "Attendance is pending for these employees between the selected payroll dates. Mark attendance to proceed. Refer {0} for details.", ["Monthly Attendance Sheet"] ) }}
{% for item in data %} {% } %}
{{ __("Employee") }} {{ __("Employee Name") }} {{ __("Unmarked Days") }}
{{ item.employee }} {{ item.employee_name }} {{ item.unmarked_days }}
{% } else { %}
{{ __("Attendance has been marked for all the employees between the selected payroll dates.") }}
{% } %}