{lang="your_address_book"}
{{foreach $elements as $collection}}
{{foreach $collection as $inputName => $input}}
{{if $inputName == 'shipping_address'}}
{{foreach $input->options['options'] as $val => $option}}
{{if $val !== 0}}
{{endif}}
{{endforeach}}
{{endif}}
{{endforeach}}
{{endforeach}}