<% if $IsReadonly %>
<% loop $FieldSet %>
<% if $Selected %>
-
$RadioLabel
<%-- Bypass composite item field and directly render child fields --%>
<% loop $FieldList %>
$Field
<% end_loop %>
<% end_if %>
<% end_loop %>
<% else %>
<% loop $FieldSet %>
-
{$RadioButton}{$RadioLabel}
<%-- Bypass composite item field and directly render child fields --%>
<% loop $FieldList %>
$Field
<% end_loop %>
<% end_loop %>
<% end_if %>