{{#if show_rating}}
{{> components/amp/products/ratings rating=rating}}
{{/if}}
{{#if brand.name}}
{{brand.name}}
{{/if}}
{{#if summary}}
{{summary}}
{{/if}}
{{#or ../customer (if ../theme_settings.restrict_to_login '!==' true)}}
{{#if price}}
{{> components/products/price price=price}}
{{/if}}
{{/or}}
{{#unless hide_add_to_cart}}
{{#if has_options}}
{{lang "products.choose_options"}}
{{else}}
{{#if out_of_stock_message }}
{{out_of_stock_message}}
{{else}}
{{lang "products.add_to_cart"}}
{{/if}}
{{/if}}
{{/unless}}