#if( $r.isNotNull($title) )

$title

#end #if( $r.isNotNull($topic) )

$r.translate("executor.participation.topic.title")

#if($r.isNotNull($topic))$topicType#end $topic
#end #foreach($context in $contexts)

$context.role

#foreach($keyValue in $context.keyValues) #end
$keyValue.key $keyValue.value
#end #if($r.available("execution")) $r.render("execution") #end