| # | = sortLink('type', t('animal.form.type'), $sort, $dir, $year, $q, $species) ?> | = sortLink('date', t('common.date'), $sort, $dir, $year, $q, $species) ?> | = sortLink('name', t('common.name'), $sort, $dir, $year, $q, $species) ?> | = sortLink('sex', t('animal.sex'), $sort, $dir, $year, $q, $species) ?> | = sortLink('species', t('animal.species'), $sort, $dir, $year, $q, $species) ?> | = h(t('admin.birth')) ?> | = h(t('admin.identification')) ?> | = h(t('admin.reason_contact')) ?> | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| = $i ?> | = $type_txt; ?> | = $r['created_at'] ? h(substr($r['created_at'], 0, 10)) : '—' ?> |
= h($r['name'] ?? '') ?>
= h($r['internal_code']) ?>
|
= $r['sex'] ? h($r['sex']) : '—' ?> | = h(species_label($r['species'] ?? '')) ?> | = $r['birth_date'] ? h($r['birth_date']) : '—' ?> | = $r['chip_id'] ? h($r['chip_id']) : '—' ?> |
= $type2_txt; ?> = $r['contact_name'] && empty($r['death_cause_code']) ? h($r['contact_name']) . ' ' : '' ?> = $r['place'] ? h($r['place']) . ' ' : '' ?> = $r['contact_phone'] ? h($r['contact_phone']) . ' ' : '' ?> = $r['contact_email'] ? h($r['contact_email']) . ' ' : '' ?> = h(t('animal.cause')) ?> :
= h(DeathController::causeLabel((string)$r['death_cause_code'])) ?>= !empty($r['death_cause_details']) ? ' — ' . h($r['death_cause_details']) : '' ?>
= h(t('animal.euthanasia')) ?> : = h(t('common.yes')) ?>
= h(t('animal.form.veterinarian')) ?> :
= h($r['death_veterinarian']) ?>
= h(t('admin.crematorium')) ?> : = h($r['death_crematorium']) ?>
= h(t('animal.care')) ?> :
= h(DeathController::dispositionLabel((string)$r['death_disposition'])) ?>
—
|
|||
| = h(t('admin.no_data')) ?> | |||||||||||