You must log in or register to comment.
Steamed ANDs
if this.time_of_year and this.time_of_day and this.part_of_country and this.location == 'kitchen': is_viewable = False
Steamed ANDs
if this.time_of_year and this.time_of_day and this.part_of_country and this.location == 'kitchen':
is_viewable = False