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