I want to show the total amount without taxes in the invoice email. Since this value is calculated it is not in the order.summary. Thus, I tried some combinations of
{{ displayJsonValue order.metadata "totalPriceWithoutDiscountsAndTaxes" }}
But it is obviously not working. Any ideas?