('is_public',models.BooleanField(help_text='Uncheck this box to make the comment effectively disappear from the site.',verbose_name='is public',default=True)),
('is_removed',models.BooleanField(help_text='Check this box if the comment is inappropriate. A "This comment has been removed" message will be displayed instead.',verbose_name='is removed',default=False)),