I have 1 template that i am using for 5 different columns. Is there anyway to get the column information in the template itself. columns would be like this: month1, month2, month3, month4, month5. So if column is month1 display data a certain way. if it is month 2,3,4 display i different way, and month 5 a different way. I would like to use 1 template for use with all and then use an if then statement in the template, as opposed to a different template for each column.