Edit Recipe: {data.recipe?.name}

{#if pending}

Updating your recipe...

{/if}
{#if selectedPhoto}
Recipe preview

{selectedPhoto.name}

{(selectedPhoto.size / 1024 / 1024).toFixed(2)} MB

{/if} {#if data.recipe?.photoUrl && !selectedPhoto}
Current recipe photo

Current Photo

Upload a new photo to replace this one

{/if}
{#if data.authenticated} {/if} Cancel
{#if lastError}

{lastError}

{/if} {#if lastSuccess}
{lastSuccess}
{/if}
{#if showDeleteConfirm} {/if} {#if showMarkdownHelp} {/if} {#if showIngredientHelp} {/if}