<% include TableListField_PageControls %>
<% if Markable %> | <% end_if %>
<% control Headings %>
$Title |
<% end_control %>
<% if Can(delete) %> | <% end_if %>
<% if HasSummary %>
<% if Markable %> | <% end_if %>
$SummaryTitle |
<% control SummaryFields %>
class="$Function"<% end_if %>> |
<% end_control %>
<% if Can(delete) %> | <% end_if %>
<% end_if %>
<% if Items %>
<% control Items %>
class="$HighlightClasses"<% end_if %>>
<% if Markable %>$MarkingCheckbox | <% end_if %>
<% control Fields %>
$Value |
<% end_control %>
<% if Can(delete) %>
|
<% end_if %>
<% end_control %>
<% else %>
<% if Markable %> | <% end_if %>
No bounce records found |
<% if Can(delete) %> | <% end_if %>
<% end_if %>
<% if Can(add) %>$AddRecordForm.AsTableRow<% end_if %>
<% if Can(export) %>
$ExportButton
<% end_if %>