@foreach (var pizza in Order.Pizzas) {
@(pizza.Size)" @pizza.Special.Name (€@pizza.GetFormattedTotalPrice())
Gesamt: €@Order.GetFormattedTotalPrice()