commerce_product_bundles-8.x-1.0/templates/commerce-original-price-calculated.html.twig
templates/commerce-original-price-calculated.html.twig
{#
/**
* @file
* Default commerce_original_price_calculated template.
*
* Available variables:
* - result: The calculated price result
* - base_price: The base price.
* - calculated_price: The calculated price.
* - adjustments: An array of adjustments.
*
* @ingroup themeable
*/
#}
<div{{ attributes }}>
{{ 'Original Price: '|trans }}{{- calculated_price -}}
</div>
