{# Properties #} {% for name, property in schema.properties.items() %} {% with schema=property, input_id=input_id + id(loop.index0), label=name, required=name in (schema.required or []), is_even=(0 if is_even else 1) if schema.properties else is_even %}
{% include "schema_form/form.html" %}
{% endwith %} {% endfor %}