{% extends '_include/base.html.twig' %} {% block title %}Upload Attendance{% endblock %} {% block content %}
Your CSV file should contain the following columns:
employee_id,check_in,check_out,break_start,break_end 001,08:00,17:00,12:00,13:00 002,08:15,17:30,12:30,13:30
| Date | Records | Status |
|---|---|---|
| {{ upload.date|date('Y-m-d') }} | {{ upload.records_count }} | {{ upload.status|title }} |