+ {date.toLocaleDateString('en-US', { + weekday: 'long', + month: 'long', + day: 'numeric', + year: 'numeric' + })} +
+ + ++ {recipe.description.substring(0, 100)}... +
+ )} + ++ {shoppingList.recipeCount} recipes from{' '} + {new Date(shoppingList.dateRange.start).toLocaleDateString()} to{' '} + {new Date(shoppingList.dateRange.end).toLocaleDateString()} +
+