aboutsummaryrefslogtreecommitdiff
path: root/templates/consultations/mail.php
blob: 89aeb5d937ce54ecb72dd0fe3abfea3b11e02dce (plain)
1
2
3
4
5
6
<?= _('Person') ?>: 	<?= $user->getFullName() . PHP_EOL ?>
<?= _('Datum') ?>:  	<?= strftime('%x', $slot->start_time) . PHP_EOL ?>
<?= _('Zeit') ?>:   	<?= date('H:i', $slot->start_time) ?> - <?= date('H:i', $slot->end_time) . PHP_EOL ?>
<?= _('Ort') ?>:    	<?= $slot->block->room . PHP_EOL ?>
<?= _('Bei') ?>:    	<?= $slot->block->range_display ?><?= PHP_EOL ?>
<?= _('Grund') ?>:  	<?= $reason ?>