- {/snippet}
-
-
- {#if ae_ds_tmp.type == 'html' && ae_ds_tmp.html}
- {@html ae_ds_tmp.html}
- {:else if ae_ds_tmp.type == 'html'}
- {#if $ae_loc.manager_access}
- No HTML found! Is the data store type correct?
- {/if}
- {/if}
-
- {#if ae_ds_tmp.type == 'text' && ae_ds_tmp.text}
- {ae_ds_tmp.text}
- {:else if ae_ds_tmp.type == 'text'}
- {#if $ae_loc.manager_access}
- No text found! Is the data store type correct?
- {/if}
- {/if}
-
-
- {/if}
-
- {#await ds_get_results}
-