{% extends "view_page_detail.html" %} {% load my_tags %} {% block content %}

{{family.father|make_name:user}} and {{family.mother|make_name:user}}

{% comment %} 4 cols {% endcomment %} {% if user.is_authenticated or not family.father.handle|probably_alive %} {% else %} {% endif %}
Father Mother
Name: {{family.father|make_name:user}} [{{family.father.gramps_id|escape}}] Name: {{family.mother|make_name:user}} [{{family.mother.gramps_id|escape}}]
Birth: {{family.father|person_get_birth_date}} Birth: {{family.mother|person_get_birth_date}}
Birth: [Private] Birth: [Private]
Death: {{family.father|person_get_death_date}} Death: {{family.mother|person_get_death_date}}
{% comment %} 6 cols {% endcomment %}
Relationship information
ID: {{family.gramps_id|escape}} Type: RELTYPE Marker: {{family.marker_type|escape}}

Tabs

{% children_table family user action "/family/%s/children" family.handle %}
{% event_table family user action "/family/%s/children" family.handle %}
{% source_table family user action "/family/%s/children" family.handle %}
{% attribute_table family user action "/family/%s/children" family.handle %}
{% note_table family user action "/family/%s/children" family.handle %}
{% lds_table family user action "/family/%s/children" family.handle %}
{% endblock %}