"""Constants relating to product status.""" IN_CONTENT = 'in_content' SUBMITTED = 'submitted' TRANSFER_TO_CONTENT = 'transfer_to_content' ORCHARD_PROCESSING = 'orchard_processing' LABEL_PROCESSING = 'label_processing' ERROR_CORRECTION = 'error_correction' PRODUCT_UNSUBMITTED = 'product unsubmitted'