</tr> </table> <br> <b>', WT_I18N::translate('Age at birth of child'), '</b> <table class="facts_table"> <tr> <td class="facts_label">', WT_I18N::translate('Youngest father'), ' - ', $stats->youngestFatherAge(true), '</td> <td class="facts_label">', WT_I18N::translate('Youngest mother'), ' - ', $stats->youngestMotherAge(true), '</td> </tr> <tr> <td class="facts_value">', $stats->youngestFather(), '</td> <td class="facts_value">', $stats->youngestMother(), '</td> </tr> <tr> <td class="facts_label">', WT_I18N::translate('Oldest father'), ' - ', $stats->oldestFatherAge(true), '</td> <td class="facts_label">', WT_I18N::translate('Oldest mother'), ' - ', $stats->oldestMotherAge(true), '</td> </tr> <tr> <td class="facts_value">', $stats->oldestFather(), '</td> <td class="facts_value">', $stats->oldestMother(), '</td> </tr> </table> <br> <b>', WT_I18N::translate('Children in family'), '</b> <table class="facts_table"> <tr> <td class="facts_label">', WT_I18N::translate('Average number of children per family'), '</td> <td class="facts_label">', WT_I18N::translate('Number of families without children'), '</td> </tr> <tr> <td class="facts_value" align="center">', $stats->averageChildren(), '</td>