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