Is there any get() function for this instead?
{% for key, value in choices.items %} {{key}} - {{value}} {% endfor %}
You can specify as {{ choices.key_name }} It worked for me. Just simple
{{ choices.key_name }}