6 changed files with 5 additions and 9 deletions
@ -1 +0,0 @@ |
|||||||
You have given us the details for 0 of the <%= log.hholdcount %> other people in the household |
|
||||||
@ -1 +1 @@ |
|||||||
You have given us the details for 1 of the <%= log.hholdcount %> other people in the household |
You have given us the details for 0 of the <%= log.hholdcount %> other people in the household |
||||||
|
|||||||
@ -1 +1 @@ |
|||||||
You have given us the details for 2 of the <%= log.hholdcount %> other people in the household |
You have given us the details for <%= log.joint_purchase? ? 0 : 1 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
|||||||
@ -1 +1 @@ |
|||||||
You have given us the details for 3 of the <%= log.hholdcount %> other people in the household |
You have given us the details for <%= log.joint_purchase? ? 1 : 2 %> of the <%= log.hholdcount %> other people in the household |
||||||
|
|||||||
Loading…
Reference in new issue