SyntaxFix
Write A Post
Hire A Developer
Questions
Similar to the answer by @russian_spy :
<ul> {% for choice in choices.items %} <li>{{choice.0}} - {{choice.1}}</li> {% endfor %} </ul>
This might be suitable for breaking down more complex dictionaries.