Parent: = esc(trim(($parent['firstname'] ?? '') . ' ' . ($parent['lastname'] ?? ''))) ?> = esc($parent['email'] ?? '') ?>
School year: = esc($requestRow['school_year'] ?? '') ?>
Status: = esc($requestRow['status'] ?? '') ?>
Household size: = esc((string) ($requestRow['household_size'] ?? 'Not provided')) ?>
Requested amount: = $requestRow['requested_amount'] !== null && $requestRow['requested_amount'] !== '' ? '$' . number_format((float) $requestRow['requested_amount'], 2) : 'Not specified' ?>
Need statement
= nl2br(esc($requestRow['need_statement'] ?? '')) ?>
Students
-
= esc(trim(($student['firstname'] ?? '') . ' ' . ($student['lastname'] ?? ''))) ?>
= student_enrollment_status_button($student, $schoolYear ?? null) ?>