<% include UserFormProgress %>
<% if $Message %>

$Message

<% else %> <% end_if %>
<% if $Legend %>$Legend<% end_if %> <% if $FormFields%><% loop $FormFields %>
<% if $Top.DisplayErrorMessagesAtTop %> <% end_if %> <% loop $Children %> $FieldHolder <% end_loop %> <% include UserFormStepNav ContainingPage=$Top %>
<% end_loop %><% end_if %>
<% if $Actions %>
<% loop $Actions %> $Field <% end_loop %>
<% end_if %>