<<for _i range Object.keys($people)>><<if ($people[_i].species[1] is "transgender female") or ($people[_i].species[1] is "nonbinary afab")>><<set $people[_i].species[1] to "female">><</if>><<if ($people[_i].species[1] is "transgender male") or ($people[_i].species[1] is "nonbinary amab")>><<set $people[_i].species[1] to "male">><</if>><</for>>