{% for row in model_items %}
{% for attribute in row.values() %} {{ attribute }} {% endfor %} {% endfor %}