def help(self): self.respond(_("Last reported incident: %s") % Report.most_recent())
def help(self): self.respond( _("%s reports submitted so far") % Report.count_all() )