= $this->render_partial("course/studygroup/_feedback") ?> _('Name'), 'tags' => _('Schlagwörter'), 'last_activity' => _('Letzte Aktivität'), 'member' => _('Mitglieder'), 'founder' => _('Gründer:in') ]; ?> if ($anzahl > 0): ?>
| > "> = htmlReady($label) ?> | elseif($key !== 'tags') : ?>= htmlReady($label) ?> | else : ?>= htmlReady($label) ?> | endif; ?> endforeach; ?>|||
|---|---|---|---|---|---|
| = StudygroupAvatar::getAvatar($group['Seminar_id'])->getImageTag(Avatar::SMALL, ['title' => $group['Name']]) ?> | if ($is_member): ?> "> else: ?> null]) ?>"> endif; ?> = htmlready($group['Name']) ?> = $group['visible'] ? '' : "[" . _('versteckt') . "]" ?> if ($group['admission_prelim'] == 1) { ?> = Icon::create('lock-locked', Icon::ROLE_INACTIVE, ['title' => _('Mitgliedschaft muss beantragt werden')]) ?> } ?> | foreach ($group['course']->tags as $tag) : ?> = htmlReady('#'.$tag['name']) ?> endforeach ?> | = htmlReady(date('d.m.Y', $group['last_visit_date'])) ?> | = StudygroupModel::countMembers($group['Seminar_id']) ?> |
$founders = StudygroupModel::getFounder($group['Seminar_id']);
foreach ($founders as $founder) : ?>
= Avatar::getAvatar($founder['user_id'])->getImageTag(Avatar::SMALL, [
'class' => 'hidden-small-down',
]) ?>
= htmlready($founder['fullname']) ?>
endforeach; ?> |
| = $GLOBALS['template_factory']->render('shared/pagechooser', [ 'perPage' => $entries_per_page, 'num_postings' => $anzahl, 'page' => $page, 'pagelink' => "dispatch.php/studygroup/browse/%s/{$sort}", 'pageparams' => compact('q', 'closed'), ]) ?> | |||||