def w_commission(self): if self.commission > _Zero: return u"{commission}% ".format(**{"commission": floatformat(self.commission, -2)}) return ""