$r.translate("cal.form.title")
$r.render("eventForm")
#if (!$isNewEvent && !$isReadOnly)
$r.render("cal.edit.delete")
#end
#if ($caller == "home")
$r.helpWithWrapper("personal-calendar-details.html","help.hover.cal")
#elseif ($caller == "course")
$r.helpWithWrapper("course-calendar-details.html","help.hover.cal")
#elseif ($caller == "collab")
$r.helpWithWrapper("group-calendar-details.html","help.hover.cal")
#elseif ($caller == "profile")
$r.helpWithWrapper("personal-calendar-details.html","help.hover.cal")
#end