{% load i18n %} {% if field_type_id == "OneToManyField" %}
{% trans "What should be preset for" %} {{ application_field.title }}?
{% if mode == "initial_rows" %}
{{ table_layout_context.input }}
{% else %}
{% if child_layout_context.input %} {{ child_layout_context.input }} {% else %} {% endif %}
{% endif %}
{% else %}
{% if layout_context.input %} {{ layout_context.input }} {% else %} {% endif %}
{% endif %}