= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
| # | School ID | First Name | Last Name | Age | New Student | Take Photo | Allergies | Medical Conditions |
|---|---|---|---|---|---|---|---|---|
| = esc($order++); ?> | = esc($student['school_id']); ?> | = esc($student['firstname']); ?> | = esc($student['lastname']); ?> | = esc($student['age']); ?> | Yes No | Yes No | = esc($student['allergies_text'] ?: 'None'); ?> | = esc($student['medical_conditions_text'] ?: 'None'); ?> |
| No students found in this class. | ||||||||