package view
import (
"fmt"
"github.com/rjNemo/rentease/internal/view/layout"
)
templ BookingById(booking *BookingViewModel) {
@layout.BaseLayout() {
{ booking.Id }{ booking.Name }
Line Items
@ItemList(booking.Items)
Item
Quantity
Price (€)
Payment Method
Sub-total (€)
Actions
Total:
{ booking.Total }