
Code:

    if c.int_model == "A3000":
        value = "1"
    elif c.int_model == "A4000":
        value = "1"
    else:
        value = "0"

