number_format((float)$v, 2, ',', ' ') . ' €'; $date = static fn ($v) => $v ? (new DateTimeImmutable($v))->format('d/m/Y') : '—'; ?>
| = h(t('grant.indicator')) ?> | = $year - 1 ?> | = $year ?> | = h(t('grant.evolution')) ?> |
|---|---|---|---|
| = h($label) ?> | = (int)round($c['previous']) ?> | = (int)round($c['current']) ?> | = $c['difference'] > 0 ? '+' : '' ?>= (int)round($c['difference']) ?>= $c['percent'] !== null ? ' · ' . ($c['percent'] > 0 ? '+' : '') . number_format($c['percent'], 1, ',', ' ') . ' %' : '' ?> |
| = h(t('grant.organization')) ?> | = h(t('grant.deadline')) ?> | = h(t('grant.requested')) ?> | = h(t('grant.previous_aid')) ?> | = h(t('grant.decision')) ?> | Notes |
|---|---|---|---|---|---|
| = h(t('grant.no_application', ['year' => $year])) ?> | |||||
| = h($a['organization_name']) ?> | = $date($a['deadline']) ?> | = $money($a['requested_amount']) ?> | = $money($a['previous_amount']) ?> | = nl2br(h($a['notes'])) ?> | |