Attendances is a list of float variables. Even when the value is less than 75, the first case is executed. I know that by default the django template see's a variable as a string. I know how to convert the variable to integer by making it {% attendance|add:0 %}, but what do I do when the values are float? Attendances is a list of float variables. Even