{{ hiddenInput("#{name}[sortOrder][]", blockId) }}
{{ hiddenInput("#{baseInputName}[type]", block.getType().id) }}
{% include "super-table/row/fields" with {
namespace: "#{baseInputName}[fields]",
element: block,
fields: block.getType().getFieldLayout().getFields(),
settings: supertableField,
registerDeltas: not blockIsNew,
} %}
{% if not staticField %}
{% endif %}