| # | +Name | +Present | +Absent | +
|---|---|---|---|
| <%= (i+1) %> | +<%= attendanceDataID.data[i] %> | ++ | + |
| # | +Meet Link | +No. of Participants | +Date | +Time | +Creator | +Controls | +
|---|---|---|---|---|---|---|
| <%= (i+1) %> | +<%= attendanceData[i].url %> | +<%= attendanceData[i].data.length %> | +<%= moment(attendanceData[i].attendance_date).format("DD/MM/YYYY") %> | +<%= attendanceData[i].attendance_date.toLocaleTimeString('en-US') %> | +<%= attendanceData[i].taker %> | +
+
+
+
+
+
+
+ |
+
+| # | +Name | +Present | +Absent | +
|---|---|---|---|
| <%= (i+1) %> | +<%= attendanceDataID.data[i] %> | ++ | + |