@ -30,6 +30,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: LeadTenantOverRetirementValueCheck . new ( nil , nil , self ) ,
Form :: Lettings :: Pages :: LeadTenantOverRetirementValueCheck . new ( nil , nil , self ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 2 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 2 ) ,
person_index : 2 ) ,
@ -44,6 +45,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 2 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 3 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 3 ) ,
person_index : 3 ) ,
@ -58,6 +60,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 3 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 4 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 4 ) ,
person_index : 4 ) ,
@ -72,6 +75,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 4 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 5 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 5 ) ,
person_index : 5 ) ,
@ -86,6 +90,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 5 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 6 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 6 ) ,
person_index : 6 ) ,
@ -100,6 +105,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 6 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 7 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 7 ) ,
person_index : 7 ) ,
@ -114,6 +120,7 @@ class Form::Lettings::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonOverRetirementValueCheck . new ( nil , nil , self , person_index : 7 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: PersonKnown . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: PersonRelationshipToLead . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 8 , person_type : " child " ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: PersonAge . new ( nil , nil , self , person_index : 8 ) ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
Form :: Lettings :: Pages :: NoFemalesPregnantHouseholdPersonAgeValueCheck . new ( nil , nil , self ,
person_index : 8 ) ,
person_index : 8 ) ,