#if ($collectwizard) #end
$r.translate("username") | $username |
---|---|
$r.translate($propertyHandler.i18nFormElementLabelKey()) | #if($propertyHandler.name == "email") $propertyHandler.getUserProperty($user, $locale) #else $propertyHandler.getUserPropertyAsHTML($user, $locale) #end |
$r.translate("course") | $courseTitle
#if($r.available("course.link"))
$r.render("course.link")
#end
|
---|---|
$r.translate("date") | $date |
$r.translate("group") |
$groupName
#if($r.available("group.link"))
$r.render("group.link")
#end
|