def t(string):
     return auto_translate(request, string)
 def translate(self, string):
     return auto_translate(self.request, string)