# Money filters
# money
Formats a price based on the shop's currency settings.
Example input
{{ 150000 | money }}
Example output
€150,00
# money_with_currency
Formats a price based on the shop's currency settings.
Example input
{{ 150000 | money }}
Example output
150,00 EUR
# money_without_currency
Formats a price based on the shop's currency settings.
Example input
{{ 150000 | money }}
Example output
150,00