| Weight loss: [% error_weight_loss %] |
[% weight_loss_opts = {
Y => 'yes',
N => 'no',
U => 'not stated',
};
FOREACH opt IN ['Y' 'N' 'U']; # PROCESS dumper.tt dump = opt.value %]
[% weight_loss_opts.item(opt) | ucfirst %]
[% END %]
|
| Night sweats: [% error_night_sweats %] |
[% FOREACH opt IN ['none' 'occasional' 'frequent' 'drenching' 'unstated'] %]
[% opt | ucfirst %]
[% END %]
|