Example #1
0
 def formatted_upfront_price(self):
     return utils.format_currency(self.upfront_price)
Example #2
0
 def _format_currencies(self, notification, keys):
     for key in keys:
         notification[key] = format_currency(notification[key])
     return notification
Example #3
0
 def formatted_hourly_price(self):
     return utils.format_currency(self.hourly_price)
Example #4
0
 def _format_currencies(self, notification, keys):
     for key in keys:
         notification[key] = format_currency(notification[key])
     return notification