{# Prefix Items #} {% for prefix_schema in schema.prefix_items or [] %} {% with schema=prefix_schema, input_id=input_id + array_item_id(loop.index) %} {% include "schema_form/form.html" %} {% endwith %} {% endfor %} {# Item Counter #} {# Child Input Holder Div #}
{# Item Buttons #} {% with item_type="array" %} {% include "schema_form/_item_buttons.html" %} {% endwith %}