{% for key, value in wizardData %} {% if value is iterable %} {% for item in value %} {% endfor %} {% else %} {% endif %} {% endfor %}