Hi,
I am trying to display to the users that your total payout is:
(inside vars_for_template)
actual_payoff = (some calculations equalling ~3000)/3600
When I display this to my html file, I keep on getting that this equals 1.
I really want it to display 0.80 or 0.70 or whatever it happened to be (a number a less than 1 usually) but it seems to round each time
I have USE_POINTS = True
the some calculations equalling ~3000 is arithmetic done with many currencyFields
I have tried using c(3600) but that doesn't seem to work either