Ejemplo n.º 1
0
 def oeuvres_html(self):
     return str_list_w_last([o.titre_html()
                             for o in self.oeuvres.all()])
Ejemplo n.º 2
0
 def auteurs_html(self):
     return str_list_w_last([a.html() for a in self.auteurs.all()])
Ejemplo n.º 3
0
 def lieux_html(self):
     return str_list_w_last([l.html() for l in self.lieux.all()])