$r.escapeHtml($subject)
#if($location && !${location.isEmpty()})
$r.translate("cal.form.location"): $r.escapeHtml($location)
#end
#if($description && !${description.isEmpty()})
$r.translate("cal.form.description"): $r.xssScan($description)
#end
#if($r.available("edit"))
$r.render("edit")
#end