{{ errorMessage }}
{{ successMessage }}
{{ section.name }}
Recipe Management
{{ editingRecipe ? 'Edit Recipe' : 'Add Recipe' }}
Recipe Name
{{ validationErrors.name }}
Ingredients
grams
kilos
milliliters
liters
units
Remove
Add Ingredient
Instructions
Cancel
{{ editingRecipe ? 'Update Recipe' : 'Save Recipe' }}
Recipes
Export Recipes
Import Recipes
{{ recipe.name }}
Created: {{ formatDate(recipe.createdAt) }}
Edit
Delete
Ingredients:
{{ ingredient.quantity }}{{ ingredient.unit }} {{ ingredient.name }}
Instructions:
{{ recipe.instructions }}