{% for key, values in database %} {% for value in values %}

{{key}} {{value}}

{% endfor %} {% endfor %}