+
+ {t("executiveMeetings.schedule.bulkDeleteProgress")
+ .replace("{{current}}", String(bulkDeleteProgress.current))
+ .replace("{{total}}", String(bulkDeleteProgress.total))
+ .replace(
+ "{{percent}}",
+ String(
+ Math.round(
+ (bulkDeleteProgress.current /
+ Math.max(bulkDeleteProgress.total, 1)) *
+ 100,
+ ),
+ ),
+ )}
+
+
+
+
+
+
+ )}
+