diff --git a/kjvstudy_org/templates/family_tree_ancestors.html b/kjvstudy_org/templates/family_tree_ancestors.html new file mode 100644 index 0000000..c2a15fc --- /dev/null +++ b/kjvstudy_org/templates/family_tree_ancestors.html @@ -0,0 +1,150 @@ +{% extends "base.html" %} + +{% block title %}Ancestors of {{ person.name }} - Family Tree - KJV Study{% endblock %} +{% block description %}All ancestors of {{ person.name }} in the biblical genealogy.{% endblock %} + +{% block head %} + +{% endblock %} + +{% block content %} +
+ Tracing back from Generation {{ person.generation }} +
+ {% endif %} +This page shows all known ancestors of {{ person.name }} traced through the biblical genealogies. The tree displays the lineage backward through multiple generations as recorded in Scripture.
+No ancestors found for {{ person.name }} in the biblical genealogies. This may be the earliest known person in this lineage.
++ Generation {{ person.generation }} from Adam +
+ {% endif %} +This page shows all known descendants of {{ person.name }} traced through the biblical genealogies. The tree displays multiple generations showing the lineage recorded in Scripture.
+No descendants found for {{ person.name }} in the biblical genealogies.
+