def format(self, request_type): return _(self.text.format(type=request_type))
def block_text(self): """ Internationalized text for blocking a rating level """ return _(self._block_text)
def nice_name(self): """ Internationalized user facing name for this rating """ return _(self._nice_name)