bootstrap_barrio-5.1.3/templates/commerce/price/commerce-price-plain.html.twig
templates/commerce/price/commerce-price-plain.html.twig
{#
/**
* @file
* Default theme implementation for displaying a price.
*
* Used by the 'commerce_price_plain' formatter.
* Available variables:
* - number: The number.
* - currency: The currency entity.
*
* @ingroup themeable
*/
#}
{{ number|number_format(2, '.', ',') }} {{ currency.currencyCode }}
