= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Parent | Recipient | Students | Subject | Delivery | Example |
|---|---|---|---|---|---|
| = esc($example['parent_name'] ?? '') ?> | = esc(implode(', ', $example['recipients'] ?? [])) ?> | = esc(implode(', ', $example['student_names'] ?? [])) ?> | = esc($example['subject'] ?? '') ?> |
= esc($deliveryStatus) ?>
= esc(local_datetime($example['sent_at'], 'm-d-Y H:i')) ?>
= esc($example['failure_reason']) ?>
|
View Example |
| No parent decision email examples found for this school year. | |||||
| Student | School ID | Enrollment Status | Decision | Placement | Class | Exception / Reason | Updated |
|---|---|---|---|---|---|---|---|
| = esc($row['student_name'] ?? '') ?> | = esc($row['school_id'] ?? '') ?> | = esc($statusValue) ?> | = esc($decisionValue !== '' ? $decisionValue : 'Pending') ?> | = esc($placementValue !== '' ? $placementValue : 'Pending') ?> | = esc($row['class_section_name'] ?? '') ?> |
Exception
= esc($row['exception_reason'] ?? '') ?>
|
= esc(!empty($row['updated_at']) ? local_datetime($row['updated_at'], 'm-d-Y H:i') : '') ?> |
| No enrollment records need follow-up for this school year. | |||||||
| Student | School ID | Flag Type | Priority | Details | Assigned | Created | Action |
|---|---|---|---|---|---|---|---|
| = esc($flag['student_name'] ?? '') ?> | = esc($flag['school_id'] ?? '') ?> | = esc($flagTypeValue) ?> | = esc($flag['priority'] ?? 'normal') ?> |
$value): ?>
= esc((string) $key) ?>: = esc(is_scalar($value) ? (string) $value : json_encode($value)) ?>
No details
|
= esc($flag['assignee_name'] ?: '') ?> | = esc(!empty($flag['created_at']) ? local_datetime($flag['created_at'], 'm-d-Y H:i') : '') ?> |
= esc($flag['resolution_notes'] ?? '') ?>
|
| No formal enrollment flags found. Check Enrollment Follow-up above for status-based items. | |||||||
| When | Student | Action | Administrator | Reason |
|---|---|---|---|---|
| = esc(!empty($row['created_at']) ? local_datetime($row['created_at'], 'm-d-Y H:i') : '') ?> | = esc($row['student_name'] ?? '') ?> | = esc($row['action'] ?? '') ?> | = esc($row['performed_by_name'] ?? '') ?> | = esc($row['reason'] ?? '') ?> |
| No enrollment audit records found. Audit rows appear after actions are completed from this dashboard or through the transition service. | ||||