{{#if paymentMethods}}

{{#if paymentMethods.title}}{{paymentMethods.title}}{{else}}Platební metody{{/if}}

{{#if paymentMethods.description}}

{{paymentMethods.description}}

{{/if}}
{{#each paymentMethods.methods}}
{{#if this.imageSrc}} {{this.name}} {{/if}} {{this.name}}
{{/each}}
{{/if}} {{#if deliveryMethods}}

{{#if deliveryMethods.title}}{{deliveryMethods.title}}{{else}}Doručovací metody{{/if}}

{{#if deliveryMethods.description}}

{{deliveryMethods.description}}

{{/if}}
{{#each deliveryMethods.methods}}
{{#if this.imageSrc}} {{this.name}} {{/if}} {{this.name}}
{{/each}}
{{/if}}