setPageTitle(WT_I18N::translate('Create a new Shared Note using Assistant')) ->pageHeader(); echo '
'; echo '

', $controller->getPageTitle(), '  '; // When more languages are added to the wiki, we can expand or redesign this switch (WT_LOCALE) { case 'fr': echo wiki_help_link('/fr/Module_Assistant_Recensement'); break; case 'en': default: echo wiki_help_link('/en/Census_Assistant_module'); break; } echo '

'; ?>
> '; $summary=$person->format_first_major_fact(WT_EVENTS_BIRT, 2); if (!($person->isDead())) { // If alive display age $bdate=$person->getBirthDate(); $age = WT_Date::GetAgeGedcom($bdate); if ($age!="") { $summary.= "".WT_I18N::translate('Age').": ".get_age_at_event($age, true).""; } } $summary.=$person->format_first_major_fact(WT_EVENTS_DEAT, 2); require WT_ROOT.WT_MODULES_DIR.'GEDFact_assistant/_CENS/census_1_ctrl.php'; ?>