+
+
+ {getErrorIcon(status)}
+
+
+
+ {getErrorTitle(status)}
+
+
+
+ Error {status}
+
+
+
+ {getErrorDescription(status)}
+
+
+ {#if error?.message && !checkingGermanRecipe}
+
+ {error.message}
+
+ {/if}
+
+ {#if checkingGermanRecipe}
+
+ Checking for German version...
+
+ {/if}
+
+
+ {#if status === 401}
+
+
+ {:else if status === 404 && recipeLang === 'recipes' && germanRecipeExists && !checkingGermanRecipe}
+
+
+ {#if user}
+
+ {/if}
+
+ {:else if status === 404}
+
+
+ {:else if status === 403}
+
+
+ {:else if status === 500}
+
+
+ {:else}
+
+
+ {/if}
+
+
+
+
+