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