$Body <% if HideFormData %> <% else %>
<% loop Fields %>
<% if Title %>$Title<% else %>$Name<% end_if %>
$FormattedValue
<% end_loop %>
<% end_if %>