{% for value in data %}
  • {% with data=value, error=False, field=field.field %} {% include field.list_template %} {% endwith %}
  • {% endfor %}