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