$format = WRREPORT_COMPACT_PAGE;
$row = array_fill_keys(wrReportGetColumnNames(), NULL);
$row['page_title'] = $page_title;
$format = WRREPORT_COMPACT_PAGE;
$row = array_fill_keys(wrReportGetColumnNames(), NULL);
$row['page_title'] = $page_title;
$row['description'] = $description;
$row['author_name'] = $author_name;
$wgOut->addHTML(wrReportTableRender2(array($row), $format, FALSE));
$row['description'] = $description;
$row['author_name'] = $author_name;
$wgOut->addHTML(wrReportTableRender2(array($row), $format, FALSE));
$wgOut->addHTML(wrReportFormRender(FALSE, $page_title, $date_report, $condition, $description, $author_name));
$wgOut->addHTML(wrReportFormRender(FALSE, $page_title, $date_report, $condition, $description, $author_name));