{% if messages %} {% for key, values in messages.items %}
{{ values|join:"
" }}
{% endfor %} {% endif %}