{% extends "forms/field.html.twig" %} {% block contents %}
{%- if field.fields -%} {%- for child in field.fields -%} {%- if child.name != 'save' -%} {%- include [ "forms/fields/#{child.type}/#{child.type}.html.twig", 'forms/fields/text/text.html.twig' ] with { field: child, value: null } -%} {%- else -%} {% if config.plugins['presentation'].admin_async_save and context.modified != null %}
{% endif %} {%- endif -%} {%- endfor -%} {%- endif -%}
{% endblock %}