Browse Source
to account for this question now being total person countCLDC-4304-number-of-people-in-household-copy
5 changed files with 25 additions and 5 deletions
@ -1 +1,5 @@ |
|||||||
You have given us the details for 0 of the <%= log.hholdcount %> other people in the household |
<% if log.form.start_year_2026_or_later? %> |
||||||
|
You have given us the details for 1 of the <%= log.hholdcount %> people in the household |
||||||
|
<% else %> |
||||||
|
You have given us the details for 0 of the <%= log.hholdcount %> other people in the household |
||||||
|
<% end %> |
||||||
|
|||||||
@ -1 +1,5 @@ |
|||||||
You have given us the details for <%= log.joint_purchase? ? 0 : 1 %> of the <%= log.hholdcount %> other people in the household |
<% if log.form.start_year_2026_or_later? %> |
||||||
|
You have given us the details for 2 of the <%= log.hholdcount %> people in the household |
||||||
|
<% else %> |
||||||
|
You have given us the details for <%= log.joint_purchase? ? 0 : 1 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
<% end %> |
||||||
|
|||||||
@ -1 +1,5 @@ |
|||||||
You have given us the details for <%= log.joint_purchase? ? 1 : 2 %> of the <%= log.hholdcount %> other people in the household |
<% if log.form.start_year_2026_or_later? %> |
||||||
|
You have given us the details for 3 of the <%= log.hholdcount %> people in the household |
||||||
|
<% else %> |
||||||
|
You have given us the details for <%= log.joint_purchase? ? 1 : 2 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
<% end %> |
||||||
|
|||||||
@ -1 +1,5 @@ |
|||||||
You have given us the details for <%= log.joint_purchase? ? 2 : 3 %> of the <%= log.hholdcount %> other people in the household |
<% if log.form.start_year_2026_or_later? %> |
||||||
|
You have given us the details for 4 of the <%= log.hholdcount %> people in the household |
||||||
|
<% else %> |
||||||
|
You have given us the details for <%= log.joint_purchase? ? 2 : 3 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
<% end %> |
||||||
|
|||||||
@ -1 +1,5 @@ |
|||||||
You have given us the details for <%= log.joint_purchase? ? 3 : 4 %> of the <%= log.hholdcount %> other people in the household |
<% if log.form.start_year_2026_or_later? %> |
||||||
|
You have given us the details for 5 of the <%= log.hholdcount %> people in the household |
||||||
|
<% else %> |
||||||
|
You have given us the details for <%= log.joint_purchase? ? 3 : 4 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
<% end %> |
||||||
|
|||||||
Loading…
Reference in new issue