Exemplo n.º 1
0
 def wanted_by(self, ar):
     if ar is None:
         return ''
     return qs2summary(ar, self.customers.all())
Exemplo n.º 2
0
 def wanted_by(self, ar):
     if ar is None:
         return ''
     return qs2summary(ar, self.customers.all())
Exemplo n.º 3
0
 def offered_by(self, ar):
     if ar is None:
         return ''
     return qs2summary(ar, self.providers.all())
Exemplo n.º 4
0
 def offered_by(self, ar):
     if ar is None:
         return ''
     return qs2summary(ar, self.providers.all())