Edit Recipe: {data.recipe?.name}

{#if pending}

Updating your recipe...

{/if}
{#if selectedPhoto}
Recipe preview

{selectedPhoto.name}

Size: {formatFileSize(selectedPhoto.compressedSize)}

{#if selectedPhoto.isCompressed}

{((1 - selectedPhoto.compressionRatio) * 100).toFixed(0)}% smaller

{/if}
{/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}