if (count($slots) === 0): ?> = MessageBox::info(_('Sie haben aktuell keine Termine gebucht.'))->hideClose() ?> else: ?>
| = _('Uhrzeit') ?> | = _('Status') ?> | = _('Informationen') ?> / = _('Mein Grund der Buchung') ?>: | |
|---|---|---|---|
| = $this->render_partial('consultation/block-description.php', ['block' => $slot->block]) ?> | |||
| = date('H:i', $slot->start_time) ?> - = date('H:i', $slot->end_time) ?> | = $this->render_partial('consultation/slot-occupation.php', compact('slot')) ?> | = $this->render_partial('consultation/slot-bookings.php', compact('slot')) ?> | = Icon::create('trash')->asImg(tooltip2(_('Termin absagen'))) ?> |