import demistomock as demisto # noqa: F401 from CommonServerPython import * # noqa: F401 ORANGE_HTML_STYLE = "color:#FF9000;text-align:center;font-size:800%;>" GREEN_HTML_STYLE = "color:#00CD33;text-align:center;font-size:800%;>" def main(): incident = demisto.incidents() query = incident[0].get("CustomFields", {}).get("healthchecknumberofengines", 0) if not query: html = f"