{% if perms.attendance.change_attendanceovertime or perms.attendance.delete_attendanceovertime or request.user|is_reportingmanager %}
{% trans "Actions" %}
{% endif %}
{% for ot in accounts %}
{% with dates=ot.month_days %}
{{ot.employee_id}}
{% with month=ot.month|capfirst %}{% trans month %}{% endwith %}
{{ot.year}}
{{ot.worked_hours}}
{{ot.not_validated_hrs}}
{{ot.pending_hours}}
{{ot.overtime}}
{{ot.not_approved_ot_hrs}}
{% if perms.attendance.change_attendanceovertime or perms.attendance.delete_attendanceovertime or request.user|is_reportingmanager %}
{% if perms.attendance.change_attendanceovertime or request.user|is_reportingmanager %}
{% endif %}
{% if perms.attendance.delete_attendanceovertime or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% endwith %}
{% endfor %}
{% trans "Page" %} {{ accounts.number }} {% trans "of" %} {{ accounts.paginator.num_pages }}.