{% load i18n %}
{% if value_context %} {% include "components/forms/initial_data_value.html" with form=value_context.form application_field=value_context.application_field field_type_id=value_context.field_type_id row_id=value_context.row_id mode=value_context.mode child_fields=value_context.child_fields selected_child=value_context.selected_child child_layout_context=value_context.child_layout_context table_layout_context=value_context.table_layout_context layout_context=value_context.layout_context %} {% else %}
{% trans "Select a field" %}
{% endif %}