I've spent time in the docs and the ICU-formatting site, but I can't seem to find an explanation/example of how to format negative number.
Given something like:
{{ '{0, number, decimal, 2}', @total | format }}
How do I get negative numbers to be in parens? E.g. (12.00) vs -12.00