itemId;
for ($i = 0; ($i < count($this -> keywords)) && ($i < count($this -> fields)) && ($i < count($this -> constraints)); $i++)
$baseUrl .= '&keyword%5B%5D=' . $this -> keywords[$i] . '&field%5B%5D=' . $this -> fields[$i] . '&constraint%5B%5D=' . $this -> constraints[$i];
foreach ($this -> countries as $country)
$baseUrl .= '&country%5B%5D=' . $country;
$baseUrl .= '&page=1&size=' . $this -> size . '&noscroll=true';
echo(FilterHelper :: formatFilters($this -> filters, $this -> result -> statistics, $baseUrl, '#peopletab'));
echo(StatisticHelper :: formatStatistics($this -> result -> statistics, $this -> filters, $baseUrl, '#peopletab')); ?>
loadTemplate('form'));
if ((($this -> keywords != NULL) && ($this -> fields != NULL) && ($this -> constraints != NULL)) || ($this -> countries != NULL)) {
echo($this -> loadTemplate('people'));
} ?>