Django template tag show value not key

This is probably a simple answer, but I can’t seem to find it in the docs. How do I display the value of a choice field in template tags? Using .value did not work as I thought it may. Right now it’s just displaying the Key: user_update when I call this template tag on my… Read More Django template tag show value not key