{% with schema=key_schema, input_id="key_" + input_id, label="key" %} {% include "schema_form/form.html" %} {% endwith %}
{% with schema=schema.additional_properties, input_id="val" + input_id %} {% include "schema_form/form.html" %} {% endwith %}