``` {{#with (phone-number phone country.id) as |phoneNumber|}} {{#if hasPermissionToCall}} 123123 <a {{action 'call'}}> {{phoneNumber}} </a> {{else}} test {{phoneNumber}} {{/if}} {{/with}} ```