commerce_product_bundles-8.x-1.0/templates/commerce-bundle-bundle-price-calculated.html.twig
templates/commerce-bundle-bundle-price-calculated.html.twig
{#
/**
* @file
* Default commerce_bundle_bundle_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 }}>
{{ 'Bundle Price: '|trans }}{{- calculated_price -}}
</div>
