{{name}}

{{#each stores}} {{#if isVisible}}

{{name}}

{{address}} {{cap}} {{city}} {{shortProvince}}

{{#if phones}} {{#if phoneLabel}}
{{phoneLabel}} {{#each phones}} {{#ifCond @index '>' '0'}} - {{/ifCond}} {{phoneNumber}} {{/each}}
{{/if}} {{/if}}
{{/if}} {{/each}}