diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 909e9f9f5b06f3db95a5305d3c639e1d065db2e1..35cba90a733cdd3a9ae7d32e057b390da3d3756e 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -131,7 +131,7 @@ You should have received a copy of the GNU General Public License along with thi
 		<</if>>
 	<</for>>
 	<<set $genePool = ngUpdateGenePool($genePool)>>
-	<<if ndef $missingTable || $showMissingSlaves == 0>>
+	<<if ndef $missingTable || $showMissingSlaves == false>>
 		<<set $missingTable = {}>>
 	<<else>>
 		<<set $missingTable = ngUpdateMissingTable($missingTable)>>
diff --git a/src/uncategorized/descriptionOptions.tw b/src/uncategorized/descriptionOptions.tw
index b194a00dda1f9823f516f067cd41b43d2b283cad..127fd703e8aecfc5c6417cc74c83197523a1e26f 100644
--- a/src/uncategorized/descriptionOptions.tw
+++ b/src/uncategorized/descriptionOptions.tw
@@ -9,96 +9,87 @@
 
 //These options will affect both the long form description of each slave and the miniscenes available from the main menu.//
 
-<br><br>
-
-<<if $showSexualHistory == 1>>
-	Sexual histories are @@.cyan;SHOWN.@@ //[[Hide|Description Options][$showSexualHistory = 0]]//
-<<else>>
-	Sexual histories are @@.red;HIDDEN.@@ //[[Show|Description Options][$showSexualHistory = 1]]//
-<</if>>
-
+<<options $surnameOrder>>
+	<<option 0 "Allow nationality name order">>
+	Order names ''based on country of origin''.
+	<<option 1 "Force name surname">>
+	Names will always be ''Name Surname''.
+	<<option 2 "Force surname name">>
+	Names will always be ''Surname Name''.
+<</options>>
+
+<<options $seeRace>>
+	<<option 0 "Disable most mentions of race">>
+		Ethnicity will ''almost never'' be mentioned.
+	<<option 1 "Enable mentions of race">>
+		Ethnicity will ''occasionally'' be mentioned.
+<</options>>
 <br>
-
-<<if $showBodyMods == 1>>
-	Cosmetic body mods are @@.cyan;SHOWN.@@ //[[Hide|Description Options][$showBodyMods = 0]]//
-<<else>>
-	Cosmetic body mods are @@.red;HIDDEN.@@ //[[Show|Description Options][$showBodyMods = 1]]//
-<</if>>
-
+<<options $seeNationality>>
+	<<option 0 "Disable most mentions of nationality">>
+		Nationality will ''almost never'' be mentioned.
+	<<option 1 "Enable mentions of nationality">>
+		Nationality will ''occasionally'' be mentioned.
+<</options>>
+
+Cosmetic body mods are
+<<options $showBodyMods>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 <br>
-
-<<if $showImplantEffects == 1>>
-	The effects of implants are @@.cyan;SHOWN.@@ //[[Hide|Description Options][$showImplantEffects = 0]]//
-<<else>>
-	The effects of implants are @@.red;HIDDEN.@@ //[[Show|Description Options][$showImplantEffects = 1]]//
-<</if>>
-
-<br>
-
-<<if $showClothing == 1>>
-	Clothing is mostly @@.cyan;SHOWN.@@ //[[Hide|Description Options][$showClothing = 0]]//
-<<else>>
-	Clothing is mostly @@.red;HIDDEN.@@ //[[Show|Description Options][$showClothing = 1]]//
-<</if>>
-
-<br>
-
-<<if $showWardrobe == 1>>
-	The Slave Interact wardrobe is @@.cyan;SHOWN.@@ //[[Hide|Description Options][$showWardrobe = 0]]//
-<<else>>
-	The Slave Interact wardrobe is @@.red;HIDDEN.@@ //[[Show|Description Options][$showWardrobe = 1]]//
-<</if>>
-
+The effects of implants are
+<<options $showImplantEffects>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Clothing is mostly
+<<options $showClothing>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 <br>
+The Slave Interact wardrobe is
+<<options $showWardrobe>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 
 Detailed slave age information is
-<<if $showAgeDetail == 1>>
-	@@.cyan;SHOWN.@@ //[[Hide|Description Options][$showAgeDetail = 0]]//
-<<else>>
-	@@.red;HIDDEN.@@ //[[Show|Description Options][$showAgeDetail = 1]]//
-<</if>>
-
+<<options $showAgeDetail>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 <br>
-
 Approximate height is
-<<if $showHeightCMs == 1>>
-	@@.cyan;SHOWN.@@ //[[Hide|Description Options][$showHeightCMs = 0]]//
-<<else>>
-	@@.red;HIDDEN.@@ //[[Show|Description Options][$showHeightCMs = 1]]//
-<</if>>
-
-<br>
+<<options $showHeightCMs>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 
 Volume, in CCs, of breasts is
-<<if $showBoobCCs == 1>>
-	@@.cyan;SHOWN.@@ //[[Hide|Description Options][$showBoobCCs = 0]]//
-<<else>>
-	@@.red;HIDDEN.@@ //[[Show|Description Options][$showBoobCCs = 1]]//
-<</if>>
-
-<<if $seeDicks != 0>>
+<<options $showBoobCCs>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+<<if $seeDicks > 0>>
 	<br>
 	Approximate sizes of dicks and balls are
-	<<if $showDickCMs == 1>>
-		@@.cyan;SHOWN.@@ //[[Hide|Description Options][$showDickCMs = 0]]//
-	<<else>>
-		@@.red;HIDDEN.@@ //[[Show|Description Options][$showDickCMs = 1]]//
-	<</if>>
+	<<options $showDickCMs>>
+		<<option 1 "Shown">>
+		<<option 0 "Hidden">>
+	<</options>>
 <</if>>
 
-<br>
-
-Height and length units are in
-<<if $showInches == 1>>
-	@@.cyan;BOTH UNITS.@@ //[[Centimeters|Description Options][$showInches = 0]]// | //[[Inches|Description Options][$showInches = 2]]//
-<<elseif $showInches == 2>>
-	@@.yellow;INCHES ONLY.@@ //[[Centimeters|Description Options][$showInches = 0]]// | //[[Both|Description Options][$showInches = 1]]//
-<<else>>
-	@@.yellow;CENTIMETERS ONLY.@@ //[[Inches|Description Options][$showInches = 2]]// | //[[Both|Description Options][$showInches = 1]]//
-<</if>>
+<br>Height and length units are in
+<<options $showInches>>
+	<<option 1 "Inches">>
+	<<option 1 "Both units">>
+	<<option 0 "Centimeters">>
+<</options>>
 
 <br>
-
 <<if $showNumbers == 1>>Only numbers @@.cyan;UP TO $showNumbersMax@@<<else>>Numbers<</if>> are displayed as
 <<if $showNumbers == 1>>
 	words.<br>
@@ -109,22 +100,14 @@ Height and length units are in
 	@@.yellow;WORDS.@@ //[[Integers|Description Options][$showNumbers = 2]]// | //[[Both|Description Options][$showNumbers = 1, $showNumbersMax = 20]]//
 <</if>>
 
-<br>
+<br>Sexual histories are
+<<options $showSexualHistory>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
 
 Attractiveness and Sexual scores are
-<<if $showScores == 1>>
-	@@.cyan;SHOWN.@@ //[[Hide|Description Options][$showScores = 0]]//
-<<else>>
-	@@.red;HIDDEN.@@ //[[Show|Description Options][$showScores = 1]]//
-<</if>>
-
-<br>
-
-Names will
-<<if $surnameOrder == 0>>
-	adhere to a slave's country of origin. //[[Force name surname|Description Options][$surnameOrder = 1]]// | //[[Force surname name|Description Options][$surnameOrder = 2]]//
-<<elseif $surnameOrder == 1>>
-	always be name then surname. //[[Allow nationality name order|Description Options][$surnameOrder = 0]]// | //[[Force surname name|Description Options][$surnameOrder = 2]]//
-<<elseif $surnameOrder == 2>>
-	always be surname then name. //[[Allow nationality name order|Description Options][$surnameOrder = 0]]// | //[[Force name surname|Description Options][$surnameOrder = 1]]//
-<</if>>
+<<options $showScores>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
\ No newline at end of file
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index e241ee008b804bfd8a97eb904ffd41c999b5073a..da206a5daaec4a2b25ab3c8c2941640e21bffe74 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -482,8 +482,8 @@ This save was created using FC version $ver build $releaseID.
 		<br>
 		<<options $showMissingSlaves>>
 			Missing slave names are currently
-			<<option 1 "Enabled">>
-			<<option 0 "Disabled">>
+			<<option true "Enabled">>
+			<<option false "Disabled">>
 		<</options>>
 
 		<br>
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 9e6b406c9ab49b7797dddeb28120d4b4db8c91fe..e17ff6f10bdfed4d917a6ddc761ac5aca695511f 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -11,79 +11,178 @@
 //These options will affect the short slave summaries that appear on the main menu and the facility management screens.//
 
 <br><br>
-<span id="OptionAbbreviateSidebar"><<OptionAbbreviateSidebar>></span>
-
-<br>
-<span id="OptionSortMain"><<OptionSortMain>></span>
-
-<br>
-<span id="OptionSortBy"><<OptionSortBy>></span>
-
-<br>
-<span id="OptionSortOrder"><<OptionSortOrder>></span>
-
-<br>
-<span id="OptionRulesAssistantMain"><<OptionRulesAssistantMain>></span>
-
-<br><br>
-<span id="OptionDisplayAssignments"><<OptionDisplayAssignments>></span>
-
-<br>
-<span id="OptionSummaryStats"><<OptionSummaryStats>></span>
-
-<br>
-<span id="OptionLineSeparations"><<OptionLineSeparations>></span>
-
-<br><br>
-<span id="OptionAbbreviateDevotion"><<OptionAbbreviateDevotion>></span>
-
-<br>
-<span id="OptionAbbreviateRules"><<OptionAbbreviateRules>></span>
-
-<br>
-<span id="OptionAbbreviateDiet"><<OptionAbbreviateDiet>></span>
-
-<br>
-<span id="OptionAbbreviateHealth"><<OptionAbbreviateHealth>></span>
-
-<br>
-<span id="OptionAbbreviateDrugs"><<OptionAbbreviateDrugs>></span>
-
-<br>
-<span id="OptionAbbreviateHormoneBalance"><<OptionAbbreviateHormoneBalance>></span>
-
-<br>
-<span id="OptionAbbreviateRace"><<OptionAbbreviateRace>></span>
-
-<br>
-<span id="OptionAbbreviateNationality"><<OptionAbbreviateNationality>></span>
-
-<br>
-<span id="OptionAbbreviateGenitalia"><<OptionAbbreviateGenitalia>></span>
-
-<br>
-<span id="OptionAbbreviatePhysicals"><<OptionAbbreviatePhysicals>></span>
-
-<br>
-<span id="OptionAbbreviateSkills"><<OptionAbbreviateSkills>></span>
-
-<br>
-<span id="OptionAbbreviateMental"><<OptionAbbreviateMental>></span>
-
-<br>
-<span id="OptionAbbreviateClothes"><<OptionAbbreviateClothes>></span>
+Line separations are
+	<<options $lineSeparations>>
+		<<option 1 "Shown">>
+		<<option 0 "Hidden">>
+	<</options>>
+
+	<br><br>Slaves are sorted on the main menu by:
+	<<options $sortSlavesOrder>>
+		<<option "Devotion" "Devotion">>
+		<<option "name" "name">>
+		<<option "seniority" "Date purchased">>
+		<<option "actualAge" "Age">>
+		<<option "visualAge" "How old they look">>
+		<<option "physicalAge" "Age of their body">>
+		<<option "assignment" "assignment">>
+	<</options>>
+	order.
+	<br>Slaves are sorted in
+	<<options $sortSlavesOrder>>
+		<<option "Ascending" "Ascending">>
+		<<option "Descending" "Descending">>
+	<</options>>
+	order.
+
+<br><br>Sort options are
+<<options $sortSlavesMain>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+<<if $sortSlavesMain > 0>>
+	<br>
+	Sort by:
+	<<options $sortSlavesBy>>
+		<<option "Devotion" "Devotion">>
+		<<option "name" "name">>
+		<<option "seniority" "Date purchased">>
+		<<option "actualAge" "Age">>
+		<<option "visualAge" "How old they look">>
+		<<option "physicalAge" "Age of their body">>
+		<<option "assignment" "assignment">>
+	<</options>>
+<</if>>
 
-<br>
-<span id="OptionAbbreviateRulesets"><<OptionAbbreviateRulesets>></span>
-
-<br>
-<span id="OptionAbbreviateOrigins"><<OptionAbbreviateOrigins>></span>
+<br><br>The rules assistant is
+<<options $rulesAssistantMain>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Main menu assignment shortcuts are
+<<options $displayAssignments>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Granular slave stat numbers are
+<<options $summaryStats>>
+	<<option 1 "Shown">>
+	<<option 0 "Hidden">>
+<</options>>
+
+<br>Mental stats are
+<<options $abbreviateDevotion>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+Mental attributes are
+<<options $OptionAbbreviateMental>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+<br>
+Rules are
+<<options $abbreviateRules>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Health is
+<<options $abbreviateHealth>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Diet and weight are
+<<options $abbreviateDiet>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Drugs and addiction are
+<<options $abbreviateDrugs>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Hormone balance is
+<<options $abbreviateHormoneBalance>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Genitalia are
+<<options $abbreviateGenitalia>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Physical traits are
+<<options $abbreviatePhysicals>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Skills are
+<<options $abbreviateSkills>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+<br>Nationality is
+<<options $abbreviateNationality>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Race is
+<<options $abbreviateRace>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+	<<option 0 "Hidden">>
+<</options>>
+
+Origins are
+<<options $abbreviateOrigins>>
+	<<option 2 "Summarized">>
+	<<option 0 "Hidden">>
+<</options>>
+<br>
+Rules Assistant rulesets are
+<<options $abbreviateRulesets>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+<</options>>
+
+Facilities in the sidebar are
+<<options $abbreviateSidebar>>
+	<<option 2 "Summarized">>
+	<<option 1 "Abbreviated">>
+<</options>>
 
 <<if $showMissingSlaves>>
-<br>
-<span id="OptionAbbreviateMissing"><<OptionAbbreviateMissing>></span>
+	<br>
+	Missing slave parents are
+	<<options $showMissingSlavesSD>>
+		<<option true "Shown">>
+		<<option false "Hidden">>
+	<</options>>
 <</if>>
 
 <br><br>
 
-//[[FC Dev's preferred options|Summary Options][$seeDesk = 0, $seeFCNN = 0, $sortSlavesBy = "devotion",$sortSlavesOrder = "descending",$sortSlavesMain = 0,$rulesAssistantMain = 1,$abbreviateDevotion = 1,$abbreviateRules = 1,$abbreviateClothes = 2,$abbreviateHealth = 1,$abbreviateDiet = 1,$abbreviateDrugs = 1,$abbreviateRace = 1,$abbreviateGenitalia = 1,$abbreviatePhysicals = 1,$abbreviateSkills = 1,$abbreviateMental = 1,$abbreviateSidebar = 1]]//
+//[[FC Dev's preferred options|Summary Options ][$seeDesk = 0, $seeFCNN = 0, $sortSlavesBy = "devotion",$sortSlavesOrder = "descending",$sortSlavesMain = 0,$rulesAssistantMain = 1,$abbreviateDevotion = 1,$abbreviateRules = 1,$abbreviateClothes = 2,$abbreviateHealth = 1,$abbreviateDiet = 1,$abbreviateDrugs = 1,$abbreviateRace = 1,$abbreviateGenitalia = 1,$abbreviatePhysicals = 1,$abbreviateSkills = 1,$abbreviateMental = 1,$abbreviateSidebar = 1]]//
diff --git a/src/utility/optionsWidgets.tw b/src/utility/optionsWidgets.tw
deleted file mode 100644
index f52e92599a4af30184ca6f40d787d9f4d9a664cb..0000000000000000000000000000000000000000
--- a/src/utility/optionsWidgets.tw
+++ /dev/null
@@ -1,856 +0,0 @@
-:: Option Widgets [widget nobr]
-
-/%
-	Call as <<OptionLineSeparations>>
-	Should be placed in a <span> with id = "OptionLineSeparations"
-%/
-<<widget "OptionLineSeparations">>
-Line separations are
-<<if $lineSeparations == 0>>
-	@@.red;HIDDEN.@@
-	//<<link "Show">>
-		<<set $lineSeparations = 1>>
-		<<replace '#OptionLineSeparations'>>
-			<<OptionLineSeparations>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.cyan;SHOWN.@@
-	//<<link "Hide">>
-		<<set $lineSeparations = 0>>
-		<<replace '#OptionLineSeparations'>>
-			<<OptionLineSeparations>>
-		<</replace>>
-	<</link>>//
-<</if>>
-
-<</widget>>
-
-/%
-	Call as <<OptionSortBy>>
-	Should be placed in a <span> with id = "OptionSortBy"
-%/
-<<widget "OptionSortBy">>
-<<if $sortSlavesBy == "name">>
-	Slaves are sorted on the main menu by @@.yellow;NAME.@@
-<<elseif $sortSlavesBy == "seniority">>
-	Slaves are sorted on the main menu by @@.yellow;SENIORITY.@@
-<<elseif $sortSlavesBy == "actualAge">>
-	Slaves are sorted on the main menu by @@.yellow;TRUE AGE.@@
-<<elseif $sortSlavesBy == "visualAge">>
-	Slaves are sorted on the main menu by @@.yellow;APPARENT AGE.@@
-<<elseif $sortSlavesBy == "physicalAge">>
-	Slaves are sorted on the main menu by @@.yellow;BODILY AGE.@@
-<<elseif $sortSlavesBy == "assignment">>
-	Slaves are sorted on the main menu by @@.yellow;ASSIGNMENT.@@
-<<else>>
-	Slaves are sorted on the main menu by @@.yellow;DEVOTION.@@
-<</if>>
-//
-<<link "Devotion">>
-	<<set $sortSlavesBy = "devotion">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "Name">>
-	<<set $sortSlavesBy = "name">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "Assignment">>
-	<<set $sortSlavesBy = "assignment">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "Date purchased">>
-	<<set $sortSlavesBy = "seniority">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "Age">>
-	<<set $sortSlavesBy = "actualAge">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "How old they look">>
-	<<set $sortSlavesBy = "visualAge">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-|
-<<link "Age of their body">>
-	<<set $sortSlavesBy = "physicalAge">>
-	<<replace '#OptionSortBy'>>
-		<<OptionSortBy>>
-	<</replace>>
-<</link>>
-//
-<</widget>>
-
-/%
-	Call as <<OptionSortOrder>>
-	Should be placed in a <span> with id = "OptionSortOrder"
-%/
-<<widget "OptionSortOrder">>
-<<if $sortSlavesOrder == "ascending">>
-	Slaves are sorted in @@.cyan;ASCENDING@@ order.
-	//<<link "Sort descending">>
-		<<set $sortSlavesOrder = "descending">>
-		<<replace '#OptionSortOrder'>>
-			<<OptionSortOrder>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	Slaves are sorted in @@.red;DESCENDING@@ order.
-	//<<link "Sort ascending">>
-		<<set $sortSlavesOrder = "ascending">>
-		<<replace '#OptionSortOrder'>>
-			<<OptionSortOrder>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionSortMain>>
-	Should be placed in a <span> with id = "OptionSortMain"
-%/
-<<widget "OptionSortMain">>
-<<if $sortSlavesMain == 0>>
-	Sort options are @@.red;HIDDEN@@ on the main menu.
-	//<<link "Show">>
-		<<set $sortSlavesMain = 1>>
-		<<replace '#OptionSortMain'>>
-			<<OptionSortMain>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	Sort options are @@.cyan;SHOWN@@ on the main menu.
-	//<<link "Hide">>
-		<<set $sortSlavesMain = 0>>
-		<<replace '#OptionSortMain'>>
-			<<OptionSortMain>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-<<widget "OptionsSortAsAppearsOnMain">>
-<<if $sortSlavesMain != 0>>
-	<br>
-	Sort by:
-	<<if $sortSlavesBy != "devotion">>[[Devotion|Main][$sortSlavesBy = "devotion"]]<<else>>Devotion<</if>> |
-	<<if $sortSlavesBy != "name">>[[Name|Main][$sortSlavesBy = "name"]]<<else>>Name<</if>> |
-	<<if $sortSlavesBy != "assignment">>[[Assignment|Main][$sortSlavesBy = "assignment"]]<<else>>Assignment<</if>> |
-	<<if $sortSlavesBy != "seniority">>[[Seniority purchased|Main][$sortSlavesBy = "seniority"]]<<else>>Seniority<</if>> |
-	<<if $sortSlavesBy != "actualAge">>[[Age|Main][$sortSlavesBy = "actualAge"]]<<else>>Age<</if>> |
-	<<if $sortSlavesBy != "visualAge">>[[Apparent Age|Main][$sortSlavesBy = "visualAge"]]<<else>>Apparent Age<</if>> |
-	<<if $sortSlavesBy != "physicalAge">>[[Bodily Age|Main][$sortSlavesBy = "physicalAge"]]<<else>>Bodily Age<</if>>
-	&nbsp;&nbsp;&nbsp;&nbsp;
-	Sort: <<if $sortSlavesOrder != "descending">>[[Descending|Main][$sortSlavesOrder = "descending"]]<<else>>Descending<</if>> |
-	<<if $sortSlavesOrder != "ascending">>[[Ascending|Main][$sortSlavesOrder = "ascending"]]<<else>>Ascending<</if>>
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionRulesAssistantMain>>
-	Should be placed in a <span> with id = "OptionRulesAssistantMain"
-%/
-<<widget "OptionRulesAssistantMain">>
-<<if $rulesAssistantMain == 0>>
-	The rules assistant is @@.red;HIDDEN.@@
-	//<<link "Show">>
-		<<set $rulesAssistantMain = 1>>
-		<<replace '#OptionRulesAssistantMain'>>
-			<<OptionRulesAssistantMain>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	The rules assistant is @@.cyan;SHOWN.@@
-	//<<link "Hide">>
-		<<set $rulesAssistantMain = 0>>
-		<<replace '#OptionRulesAssistantMain'>>
-			<<OptionRulesAssistantMain>>
-		<</replace>>
-	<</link>>//
-<</if>>
-
-<</widget>>
-
-/%
-	Call as <<OptionDisplayAssignments>>
-	Should be placed in a <span> with id = "OptionDisplayAssignments"
-%/
-<<widget "OptionDisplayAssignments">>
-Main menu assignment shortcuts are
-<<if $displayAssignments == 1>>
-	@@.cyan;SHOWN.@@
-	//<<link "Hide">>
-		<<set $displayAssignments = 0>>
-		<<replace '#OptionDisplayAssignments'>>
-			<<OptionDisplayAssignments>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Show">>
-		<<set $displayAssignments = 1>>
-		<<replace '#OptionDisplayAssignments'>>
-			<<OptionDisplayAssignments>>
-		<</replace>>
-	<</link>>//
-<</if>>
-
-<</widget>>
-
-/%
-	Call as <<OptionSummaryStats>>
-	Should be placed in a <span> with id = "OptionSummaryStats"
-%/
-<<widget "OptionSummaryStats">>
-Granular slave stat numbers are
-<<if $summaryStats == 1>>
-	@@.cyan;DISPLAYED.@@
-	//<<link "Hide">>
-		<<set $summaryStats = 0>>
-		<<replace '#OptionSummaryStats'>>
-			<<OptionSummaryStats>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Display">>
-		<<set $summaryStats = 1>>
-		<<replace '#OptionSummaryStats'>>
-			<<OptionSummaryStats>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateDevotion>>
-	Should be placed in a <span> with id = "OptionAbbreviateDevotion"
-%/
-<<widget "OptionAbbreviateDevotion">>
-Mental stats are
-<<if $abbreviateDevotion == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateDevotion == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateDevotion != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateDevotion = 0>>
-		<<replace '#OptionAbbreviateDevotion'>>
-			<<OptionAbbreviateDevotion>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateDevotion != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateDevotion = 1>>
-		<<replace '#OptionAbbreviateDevotion'>>
-			<<OptionAbbreviateDevotion>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateDevotion != 2>>|<</if>>
-<</if>>
-<<if $abbreviateDevotion != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateDevotion = 2>>
-		<<replace '#OptionAbbreviateDevotion'>>
-			<<OptionAbbreviateDevotion>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateRules>>
-	Should be placed in a <span> with id = "OptionAbbreviateRules"
-%/
-<<widget "OptionAbbreviateRules">>
-Rules are
-<<if $abbreviateRules == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateRules == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateRules != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateRules = 0>>
-		<<replace '#OptionAbbreviateRules'>>
-			<<OptionAbbreviateRules>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateRules != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateRules = 1>>
-		<<replace '#OptionAbbreviateRules'>>
-			<<OptionAbbreviateRules>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateRules != 2>>|<</if>>
-<</if>>
-<<if $abbreviateRules != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateRules = 2>>
-		<<replace '#OptionAbbreviateRules'>>
-			<<OptionAbbreviateRules>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateHealth>>
-	Should be placed in a <span> with id = "OptionAbbreviateHealth"
-%/
-<<widget "OptionAbbreviateHealth">>
-Health is
-<<if $abbreviateHealth == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateHealth == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateHealth != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateHealth = 0>>
-		<<replace '#OptionAbbreviateHealth'>>
-			<<OptionAbbreviateHealth>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateHealth != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateHealth = 1>>
-		<<replace '#OptionAbbreviateHealth'>>
-			<<OptionAbbreviateHealth>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateHealth != 2>>|<</if>>
-<</if>>
-<<if $abbreviateHealth != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateHealth = 2>>
-		<<replace '#OptionAbbreviateHealth'>>
-			<<OptionAbbreviateHealth>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateDiet>>
-	Should be placed in a <span> with id = "OptionAbbreviateDiet"
-%/
-<<widget "OptionAbbreviateDiet">>
-Diet and weight are
-<<if $abbreviateDiet == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateDiet == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateDiet != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateDiet = 0>>
-		<<replace '#OptionAbbreviateDiet'>>
-			<<OptionAbbreviateDiet>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateDiet != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateDiet = 1>>
-		<<replace '#OptionAbbreviateDiet'>>
-			<<OptionAbbreviateDiet>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateDiet != 2>>|<</if>>
-<</if>>
-<<if $abbreviateDiet != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateDiet = 2>>
-		<<replace '#OptionAbbreviateDiet'>>
-			<<OptionAbbreviateDiet>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateDrugs>>
-	Should be placed in a <span> with id = "OptionAbbreviateDrugs"
-%/
-<<widget "OptionAbbreviateDrugs">>
-Drugs and addiction are
-<<if $abbreviateDrugs == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateDrugs == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateDrugs != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateDrugs = 0>>
-		<<replace '#OptionAbbreviateDrugs'>>
-			<<OptionAbbreviateDrugs>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateDrugs != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateDrugs = 1>>
-		<<replace '#OptionAbbreviateDrugs'>>
-			<<OptionAbbreviateDrugs>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateDrugs != 2>>|<</if>>
-<</if>>
-<<if $abbreviateDrugs != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateDrugs = 2>>
-		<<replace '#OptionAbbreviateDrugs'>>
-			<<OptionAbbreviateDrugs>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateHormoneBalance>>
-	Should be placed in a <span> with id = "OptionAbbreviateHormoneBalance"
-%/
-<<widget "OptionAbbreviateHormoneBalance">>
-Hormone balance is
-<<if $abbreviateHormoneBalance == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateHormoneBalance == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-<<if $abbreviateHormoneBalance != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateHormoneBalance = 0>>
-		<<replace '#OptionAbbreviateHormoneBalance'>>
-			<<OptionAbbreviateHormoneBalance>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateHormoneBalance != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateHormoneBalance = 1>>
-		<<replace '#OptionAbbreviateHormoneBalance'>>
-			<<OptionAbbreviateHormoneBalance>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateHormoneBalance != 2>>|<</if>>
-<</if>>
-<<if $abbreviateHormoneBalance != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateHormoneBalance = 2>>
-		<<replace '#OptionAbbreviateHormoneBalance'>>
-			<<OptionAbbreviateHormoneBalance>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateGenitalia>>
-	Should be placed in a <span> with id = "OptionAbbreviateGenitalia"
-%/
-<<widget "OptionAbbreviateGenitalia">>
-Genitalia are
-<<if $abbreviateGenitalia == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateGenitalia == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateGenitalia != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateGenitalia = 0>>
-		<<replace '#OptionAbbreviateGenitalia'>>
-			<<OptionAbbreviateGenitalia>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateGenitalia != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateGenitalia = 1>>
-		<<replace '#OptionAbbreviateGenitalia'>>
-			<<OptionAbbreviateGenitalia>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateGenitalia != 2>>|<</if>>
-<</if>>
-<<if $abbreviateGenitalia != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateGenitalia = 2>>
-		<<replace '#OptionAbbreviateGenitalia'>>
-			<<OptionAbbreviateGenitalia>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviatePhysicals>>
-	Should be placed in a <span> with id = "OptionAbbreviatePhysicals"
-%/
-<<widget "OptionAbbreviatePhysicals">>
-Physical traits are
-<<if $abbreviatePhysicals == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviatePhysicals == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviatePhysicals != 0>>
-	//<<link "Hide">>
-		<<set $abbreviatePhysicals = 0>>
-		<<replace '#OptionAbbreviatePhysicals'>>
-			<<OptionAbbreviatePhysicals>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviatePhysicals != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviatePhysicals = 1>>
-		<<replace '#OptionAbbreviatePhysicals'>>
-			<<OptionAbbreviatePhysicals>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviatePhysicals != 2>>|<</if>>
-<</if>>
-<<if $abbreviatePhysicals != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviatePhysicals = 2>>
-		<<replace '#OptionAbbreviatePhysicals'>>
-			<<OptionAbbreviatePhysicals>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateSkills>>
-	Should be placed in a <span> with id = "OptionAbbreviateSkills"
-%/
-<<widget "OptionAbbreviateSkills">>
-Skills are
-<<if $abbreviateSkills == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateSkills == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateSkills != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateSkills = 0>>
-		<<replace '#OptionAbbreviateSkills'>>
-			<<OptionAbbreviateSkills>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateSkills != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateSkills = 1>>
-		<<replace '#OptionAbbreviateSkills'>>
-			<<OptionAbbreviateSkills>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateSkills != 2>>|<</if>>
-<</if>>
-<<if $abbreviateSkills != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateSkills = 2>>
-		<<replace '#OptionAbbreviateSkills'>>
-			<<OptionAbbreviateSkills>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateMental>>
-	Should be placed in a <span> with id = "OptionAbbreviateMental"
-%/
-<<widget "OptionAbbreviateMental">>
-Mental attributes are
-<<if $abbreviateMental == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateMental == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateMental != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateMental = 0>>
-		<<replace '#OptionAbbreviateMental'>>
-			<<OptionAbbreviateMental>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateMental != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateMental = 1>>
-		<<replace '#OptionAbbreviateMental'>>
-			<<OptionAbbreviateMental>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateMental != 2>>|<</if>>
-<</if>>
-<<if $abbreviateMental != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateMental = 2>>
-		<<replace '#OptionAbbreviateMental'>>
-			<<OptionAbbreviateMental>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateNationality>>
-	Should be placed in a <span> with id = "OptionAbbreviateNationality"
-%/
-<<widget "OptionAbbreviateNationality">>
-Nationality is
-<<if $abbreviateNationality == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateNationality == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateNationality != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateNationality = 0>>
-		<<replace '#OptionAbbreviateNationality'>>
-			<<OptionAbbreviateNationality>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateNationality != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateNationality = 1>>
-		<<replace '#OptionAbbreviateNationality'>>
-			<<OptionAbbreviateNationality>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateNationality != 2>>|<</if>>
-<</if>>
-<<if $abbreviateNationality != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateNationality = 2>>
-		<<replace '#OptionAbbreviateNationality'>>
-			<<OptionAbbreviateNationality>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateRace>>
-	Should be placed in a <span> with id = "OptionAbbreviateRace"
-%/
-<<widget "OptionAbbreviateRace">>
-Race is
-<<if $abbreviateRace == 2>>
-	@@.cyan;SUMMARIZED.@@
-<<elseif $abbreviateRace == 1>>
-	@@.yellow;ABBREVIATED.@@
-<<else>>
-	@@.red;HIDDEN.@@
-<</if>>
-
-<<if $abbreviateRace != 0>>
-	//<<link "Hide">>
-		<<set $abbreviateRace = 0>>
-		<<replace '#OptionAbbreviateRace'>>
-			<<OptionAbbreviateRace>>
-		<</replace>>
-	<</link>>// |
-<</if>>
-<<if $abbreviateRace != 1>>
-	//<<link "Abbreviate">>
-		<<set $abbreviateRace = 1>>
-		<<replace '#OptionAbbreviateRace'>>
-			<<OptionAbbreviateRace>>
-		<</replace>>
-	<</link>>//
-	<<if $abbreviateRace != 2>>|<</if>>
-<</if>>
-<<if $abbreviateRace != 2>>
-	//<<link "Summarize">>
-		<<set $abbreviateRace = 2>>
-		<<replace '#OptionAbbreviateRace'>>
-			<<OptionAbbreviateRace>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateClothes>>
-	Should be placed in a <span> with id = "OptionAbbreviateClothes"
-%/
-<<widget "OptionAbbreviateClothes">>
-Clothes are
-<<if $abbreviateClothes == 2>>
-	@@.cyan;SUMMARIZED.@@
-	//<<link "Hide">>
-		<<set $abbreviateClothes = 0>>
-		<<replace '#OptionAbbreviateClothes'>>
-			<<OptionAbbreviateClothes>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Summarize">>
-		<<set $abbreviateClothes = 2>>
-		<<replace '#OptionAbbreviateClothes'>>
-			<<OptionAbbreviateClothes>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateOrigins>>
-	Should be placed in a <span> with id = "OptionAbbreviateOrigins"
-%/
-<<widget "OptionAbbreviateOrigins">>
-Origins are
-<<if $abbreviateOrigins == 2>>
-	@@.cyan;SUMMARIZED.@@
-	//<<link "Hide">>
-		<<set $abbreviateOrigins = 0>>
-		<<replace '#OptionAbbreviateOrigins'>>
-			<<OptionAbbreviateOrigins>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Summarize">>
-		<<set $abbreviateOrigins = 2>>
-		<<replace '#OptionAbbreviateOrigins'>>
-			<<OptionAbbreviateOrigins>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateRulesets>>
-	Should be placed in a <span> with id = "OptionAbbreviateRulesets"
-%/
-<<widget "OptionAbbreviateRulesets">>
-Rules Assistant rulesets are
-<<if $abbreviateRulesets == 2>>
-	@@.cyan;SUMMARIZED.@@
-	//<<link "Hide">>
-		<<set $abbreviateRulesets = 0>>
-		<<replace '#OptionAbbreviateRulesets'>>
-			<<OptionAbbreviateRulesets>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Summarize">>
-		<<set $abbreviateRulesets = 2>>
-		<<replace '#OptionAbbreviateRulesets'>>
-			<<OptionAbbreviateRulesets>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateSidebar>>
-	Should be placed in a <span> with id = "OptionAbbreviateSidebar"
-%/
-<<widget "OptionAbbreviateSidebar">>
-Facilities in the sidebar are
-<<if $abbreviateSidebar == 2>>
-	@@.cyan;SUMMARIZED.@@
-	//<<link "Abbreviate">>
-		<<set $abbreviateSidebar = 1>>
-		<<replace '#OptionAbbreviateSidebar'>>
-			<<OptionAbbreviateSidebar>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.yellow;ABBREVIATED.@@
-	//<<link "Summarize">>
-		<<set $abbreviateSidebar = 2>>
-		<<replace '#OptionAbbreviateSidebar'>>
-			<<OptionAbbreviateSidebar>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>
-
-/%
-	Call as <<OptionAbbreviateMissing>>
-	Should be placed in a <span> with id = "OptionAbbreviateMissing"
-%/
-<<widget "OptionAbbreviateMissing">>
-Missing slave parents are
-<<if $showMissingSlavesSD>>
-	@@.cyan;SHOWN.@@
-	//<<link "Hide">>
-		<<set $showMissingSlavesSD = false>>
-		<<replace '#OptionAbbreviateMissing'>>
-			<<OptionAbbreviateMissing>>
-		<</replace>>
-	<</link>>//
-<<else>>
-	@@.red;HIDDEN.@@
-	//<<link "Show">>
-		<<set $showMissingSlavesSD = true>>
-		<<replace '#OptionAbbreviateMissing'>>
-			<<OptionAbbreviateMissing>>
-		<</replace>>
-	<</link>>//
-<</if>>
-<</widget>>