+
+
+ {edit_label}
+
+
+
+
+
+
+ {#if field_type == 'template'}
+
+ {:else if field_type == 'button'}
+
+ {new_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_status}
+
+ {patch_status}
+ {:else}
+
+ {/if}
+ {/await}
+
+