------------ {% for dict_item in result_list %} {% for key, value in dict_item.items() %}
{{key}}: {{value}}
{% endfor %} ------------ {% endfor %}