- Name
- = h($booking['customer']['name']) ?>
- Firma
- = h($booking['customer']['company'] ?: '-') ?>
- E-Mail
- = h($booking['customer']['email']) ?>
- Telefon
- = h($booking['customer']['phone']) ?>
- Adresse
- = h($booking['customer']['street']) ?>, = h($booking['customer']['postal_code']) ?> = h($booking['customer']['city']) ?>
- Anlass
- = h($booking['customer']['event_type'] ?: '-') ?>
- Veranstaltungsort
- = h($booking['customer']['event_location'] ?: '-') ?>
- Mietzeitraum
- = h(formatDate($booking['start_date'])) ?> bis = h(formatDate($booking['end_date'])) ?>
- Miettage
- = h((string) $booking['total_days']) ?>
- Leistung
- = h($booking['delivery_mode_label']) ?>
- Zahlungsart
- = h($booking['payment_method_label']) ?>
- Gesamt
- = h(formatCurrency((int) $booking['subtotal_cents'])) ?>