{if $product.has_discount} {if $product.discount_type === 'percentage'}
-{$product.discount_percentage_absolute}
{else}
-{$product.discount_to_display}
{/if} {/if}