-
-
- {edit_label}
-
-
-
-
-
-
- {#if field_type == 'template'}
-
- {:else if field_type == 'button'}
-
- {field_value}
- {:else if field_type == 'select'}
-
- {:else if field_type == 'text'}
-
- {:else if field_type == 'textarea'}
-
- {:else}
-
- {/if}
- {#if allow_null}
-
- {/if}
-
-
-
-
-
- {#await ae_promises.api_update__ae_obj}
-
- Processing...
- {:then}
- {#if patch_result}
-
- {patch_result}
- {:else}
-
- {/if}
- {/await}
-
-