% base_tag %>
Print
<%-- --%>
<% with $Form.Controller %>
$CurrentReport.Title
<% with $CurrentReport.getCmsFields %>
<% if $Name == Filters %>
Filters
<% loop $FieldSet %>
- $Title = $performReadonlyTransformation.Field
<% end_loop %>
<% end_if %>
<% end_with %>
<% end_with %>
<% include TableListField %>