"""Contains email related constants.""" UNSUBMIT_PRODUCT_SUBJECT = ('Unsubmitted Switchboard Product ' '{upc} - {artist_name} - {product_title}' ) UNSUBMIT_PRODUCT_TEXT_BODY = """ Dear users,\n The product with UPC {upc} has been unsubmitted due to a Switchboard update.\n Switchboard deal name: {swb_deal_name} Orchard Label: {label_name} Sony Maintenance Owner: {sony_maint_owner}\n {additional_text} """ # noqa UNSUBMIT_SCENARIO = """ Please submit the product in Orchards Workstation """ FAILED_RC_SCENARIO = """ Please check Orchards Workstation for any error corrections and submit when ready. """ # noqa