$dates * @var int $lecturer_count * @var int $group_count */ ?>
= htmlReady(PageLayout::getTitle())?> |
||||
|---|---|---|---|---|
= htmlReady($zwsem['name']) ?> |
||||
| = htmlReady($date['date']) ?> (= htmlReady($date['type']) ?>) | = htmlReady($date['title']) ?> | if (count($date['related_persons']) != $lecturer_count) : ?> foreach ($date['related_persons'] as $key => $user) { echo ($key > 0 ? ", " : "").htmlReady($user->getFullName()); } ?> endif ?> | if (count($date['groups']) && count($date['groups']) < $group_count) : ?> foreach ($date['groups'] as $key => $statusgruppe) { echo ($key > 0 ? ", " : "").htmlReady($statusgruppe->name); } ?> else : ?> = _('alle') ?> endif ?> | = htmlReady($date['room']) ?> |
| = formatReady($date['description'])?> | ||||