price-calculated.html.twig in Price 2.0.x
Default price calculated template.
Available variables:
- calculated_price: The calculated price.
 - entity: The entity.
 
1 theme call to price-calculated.html.twig
- PriceCalculatedFormatter::viewElements in src/
Plugin/ Field/ FieldFormatter/ PriceCalculatedFormatter.php  - Builds a renderable array for a field value.
 
File
templates/price-calculated.html.twigView source
- {#
 - /**
 -  * @file
 -  * Default price calculated template.
 -  *
 -  * Available variables:
 -  * - calculated_price: The calculated price.
 -  * - entity: The entity.
 -  *
 -  * @ingroup themeable
 -  */
 - #}
 - {{- calculated_price -}}