You are here

price-calculated.html.twig in Price 2.0.x

Default price calculated template.

Available variables:

  • calculated_price: The calculated price.
  • entity: The entity.

File

templates/price-calculated.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default price calculated template.
  5. *
  6. * Available variables:
  7. * - calculated_price: The calculated price.
  8. * - entity: The entity.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. {{- calculated_price -}}