<% if $IncludeFormTag %>
<% end_if %>
<% include SilverStripe\\Admin\\BackLink_Button %> <% with $Controller %> <% include SilverStripe\\Admin\\CMSBreadcrumbs %> <% end_with %>
<% if $Fields.hasTabset %> <% with $Fields.fieldByName('Root') %>
    <% loop $Tabs %> class="$extraClass"<% end_if %>>$Title <% end_loop %>
<% end_with %> <% end_if %>
<% with $Controller %> $EditFormTools <% end_with %>
<% if $Message %>

$Message

<% else %> <% end_if %>
<% if $Legend %>$Legend<% end_if %> <% loop $Fields %> $FieldHolder <% end_loop %>
<% if $Actions %>
<% loop $Actions %> $FieldHolder <% end_loop %> <% if $Controller.LinkPreview %> <%t LeftAndMain.PreviewButton 'Preview' %> » <% end_if %>
<% end_if %>
<% if $IncludeFormTag %>
<% end_if %>