{{if !withoutContainer}}
{{/if}}
{{for content.list}} {{if items}}
{{if title}} {{:title}} {{/if}}
    {{for items}}
  • {{:title}} {{if price && isSamePrice}} +{{:~formatMoney(price)}} {{/if}}
    {{if type === 'counter'}}
    +
    {{if amount}} {{:amount}} {{else}} 0 {{/if}}
    {{else type === 'radio'}}
    {{:value}}
    {{else type === 'select'}}
    {{:value}}
    {{/if}}
  • {{/for}}
{{else}}

  • {{:title}}
    +
    0
{{/if}} {{/for}}
{{for content.buttons}}
{{:title}}
{{/for}}
{{header #data /}} {{if ~isRequired && ~isRequired()}}
{{:~getlang('required_field')}}
{{/if}} {{if !withoutContainer}}
{{/if}}