{{title | truncate(40,"...")}}
{{if discount_percentage > 0 }}
Rp
{{ variants }} {{ if first }} {{ options }} {{ if first
}}{{ price | format_number(0, ',', '.') }} {{ /if }} {{
/options }} {{ /if }} {{ /variants }}
{{discount_percentage}}%
{{else}}
Rp
{{ variants }} {{ if first }} {{ options }} {{ if first
}}{{ price | format_number(0, ',', '.') }} {{ /if }} {{
/options }} {{ /if }} {{ /variants }}
{{discount_percentage ?? 0}}%
{{/if}}