diff --git a/src/facilities/nursery/nurseryReport.tw b/src/facilities/nursery/nurseryReport.tw
index 359a03d9e65de3e2d17fda39f48d25ce023107b7..129245305d739cf86f62b99eb89e9f68c8f318f2 100644
--- a/src/facilities/nursery/nurseryReport.tw
+++ b/src/facilities/nursery/nurseryReport.tw
@@ -1,5 +1,7 @@
 :: Nursery Report [nobr]
 
+//Currently WIP//
+/* This will need to be rewritten 
 <<SlaveSort $NurseryiIDs>>
 <<set _DL = $NurseryiIDs.length, $nurserySlaves = _DL, _SL = $slaves.length, _bonusToggle = 0, _healthBonus = 0, _idleBonus = 0, _restedSlaves = 0, _trustBonus = 0>>
 
@@ -229,16 +231,16 @@
 <</if>>
 
 <<if $Matron != 0>>
-	<<set $i = _FLs>> /* apply following SA passages to facility leader */
+	<<set $i = _FLs>> /* apply following SA passages to facility leader *//*
 	<<if $showEWD != 0>>
 		<br><br>
-		/* 000-250-006 */
+		/* 000-250-006 *//*
 		<<if $seeImages && $seeReportImages>>
 		<div class="imageRef smlImg">
 			<<SlaveArt $slaves[_FLs] 0 0>>
 		</div>
 		<</if>>
-		/* 000-250-006 */
+		/* 000-250-006 *//*
 		''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' is serving as the Matron in $nurseryName.
 		<br>&nbsp;&nbsp;&nbsp;
 		<<= saChoosesOwnClothes($slaves[$i])>>
@@ -293,13 +295,13 @@
 	<</if>>
 	<<if $showEWD != 0>>
 		<br><br>
-		/* 000-250-006 */
+		/* 000-250-006 *//*
 		<<if $seeImages && $seeReportImages>>
 		<div class="imageRef smlImg">
 			<<SlaveArt $slaves[$i] 0 0>>
 		</div>
 		<</if>>
-		/* 000-250-006 */
+		/* 000-250-006 *//*
 		''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__''
 		<<if $slaves[$i].choosesOwnAssignment == 2>>
 			<<include "SA chooses own job">>
@@ -344,4 +346,4 @@
 <</if>>
 <<if _DL > 0 || $Matron != 0>>
 	<br><br>
-<</if>>
\ No newline at end of file
+<</if>> */
\ No newline at end of file