{#if loading}
{/if} {#if submitted} {#if submit_result.messages}
Something went wrong, please correct these errors before continuing:
{:else}
{@html submit_result.message}
{/if} {/if} {#each config.fields as field} {#if field.type === "text_area"} {:else if field.type !== "description"} {/if} {#if field.description} {/if} {#if field.separator} {/if} {/each}
{field.label}
{field.label} {#if field.type === "text"} {:else if field.type === "number"} {:else if field.type === "decimal"} {:else if field.type === "username"} {:else if field.type === "email"} {:else if field.type === "current_password"} {:else if field.type === "new_password"} {:else if field.type === "captcha"}
{:else if field.type === "radio"} {#each field.radio_values as val}
{/each} {/if}
{@html field.description}

{#if config.submit_red} {:else} {/if}