+ my $report_template = $self->{form}->{report_template} ? $self->{form}->{report_template} : 'report_generator/html_report';
+ # $form->parse_html_template('report_generator/html_report', $variables));
+ return $self->{form}->parse_html_template($report_template, $variables);