I'm developing a web based application that displays information about a list of files to a user.

One of the things I want to do is display whether or not the file in question is color or black and white. The database that this information is stored in stores black and white as a boolean value.

What I would like to do is state either the word "Color" (if the boolean is True or "Black and White" if boolean if false in the column, but I'm not sure how to do this. Can anyone give me some help here?

Thanks,

AuldNick