= $this->extend('layout/management_layout') ?> = $this->section('content') ?> '$' . number_format(((int) $cents) / 100, 2); $blockers = (array) ($c['blockers'] ?? []); $discountProjection = (array) (($c['explanation']['discount_projection'] ?? [])); ?>
| Book | Issued | Status | Qty | Snapshot price | Total | Correction |
|---|---|---|---|---|---|---|
| = esc($book['book_name'] ?? ('Issue #' . ($book['id'] ?? ''))) ?> | = esc($book['issued_at'] ?? '') ?> | = esc($book['status'] ?? '') ?> | = (int) ($book['quantity'] ?? 0) ?> | = $money($book['unit_charge_price_cents'] ?? 0) ?> | = $money($book['total_charge_cents'] ?? 0) ?> | = esc($book['reversal_reason'] ?? '—') ?> |
| No book issues were recorded by the withdrawal date. | ||||||