[% END # /IF ( enter_params ) %]
[% IF ( execute ) %]
<h1>[% name | html %] <span id="report_id">([% id %])</span></h1>
<h1>[% name | html %] <span id="report_id">([% id | html %])</span></h1>
[% IF ( notes ) %]
<p><span class="label">Notes:</span> [% notes | html %]</p>
[% END %]
-