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