diff --git a/kjvstudy_org/templates/family_tree.html b/kjvstudy_org/templates/family_tree.html index c18de5a..28a782b 100644 --- a/kjvstudy_org/templates/family_tree.html +++ b/kjvstudy_org/templates/family_tree.html @@ -160,17 +160,33 @@ section:nth-of-type(3) { {% if family_tree_data and generations %}

Overview

-
- {{ family_tree_data|length }} individuals recorded - {{ generations|length }} generations from Adam - {% set people_with_age = [] %} - {% for person_id, person in family_tree_data.items() %} - {% if person.age_at_death != "Unknown" and "years" in person.age_at_death %} - {% set _ = people_with_age.append(person) %} - {% endif %} - {% endfor %} - {{ people_with_age|length }} with recorded ages +
+

Loading statistics...

+ + + + + + + + + + + + + + + + + + + + + + + +
@@ -264,6 +280,47 @@ section:nth-of-type(3) {