django get choice field choices from tmplate code example
Example 1: django model choice field from another model
your_choice=models.ForeignKey(ChoiceList,on_delete=models.CASCADE)
Example 2: print choicefield data from database in django
Try {{ pricedate.get_prices_SD_display }}
Syntax : get_FIELDNAME_display()