{% autoescape None %} {% extends "gramps-base.html" %} {% block title %}{{sitename}}: {{opts.database}}, {{tview}} {% end %} {% block heading %}{{sitename}}: {{opts.database}}, {{tview}} {% end %} {% block content %}
{% include "detail_breadcrumb.html" %}

{{ form.render("father_handle", user, "view", link="/person/%(handle)s", handle=form.instance.father_handle) }} and {{ form.render("mother_handle", user, "view", link="/person/%(handle)s", handle=form.instance.mother_handle) }}

{# comment #} 4 cols {# end #} {% if messages %}

The following fields have errors. Please correct and try again.

{# familyform.errors #}

{% end %} {% module xsrf_form_html() %} {% if user %} {% else %} {{ form.render("father_handle", user, action) }} {% end %} {% if user %} {% if user %} {% else %} {% end %}
Father Mother
Name: {% if action != "view" %}
{% else %} {{ form.render("father_handle", user, action) }} {% end %}
Name: {% if action != "view" %}
{% else %} {{ form.render("mother_handle", user, action) }} {% end %} {% else %} {{ form.render("mother_handle", user, action) }} {% end %}
Birth: {# familyform.father.birth|date_as_text:user #} Birth: {# familyform.mother.birth|date_as_text:user #}
Death: {# familyform.father.death|date_as_text:user #} Death: {# familyform.mother.death|date_as_text:user #}
Death: {# familyform.father.death|date_as_text:user #} Death: {# familyform.mother.death|date_as_text:user #}
Relationship information
{# familyform.gramps_id.label #}: {# render familyform.gramps_id user action #} {# familyform.family_rel_type.label #}: {# render familyform.family_rel_type user action #}
{# familyform.tags.label #}: {# render familyform.tags user action #} {# familyform.private.label #}: {# render familyform.private user action #}
{% if user %} {% if action == "edit" %} {# make_button "Cancel" "/family/%s" family.handle args #} {% else %} {% if action == "add" %} {# make_button "Cancel" "/family/" args #} {% else %}
{{ make_icon_button(_("Add Family"), "/family/add", icon="+") }} {{ make_icon_button(_("Edit Family"), "/family/%(handle)s/edit", icon="?", handle=form.get("handle")) }} {{ make_icon_button(_("Delete Family"), "/family/%(handle)s/delete", icon="-", handle=form.get("handle")) }}
{% end %} {% end %} {% else %} {% end %}
{{ children_table(form, user, action, "/person/$act/family/%(handle)s", handle=form.instance.handle) }}
{{ event_table(form, user, action, link="/event/$act/family/%(handle)s", handle=form.instance.handle) }}
{{ citation_table(form, user, action, "/citation/$act/family/%(handle)s", handle=form.instance.handle) }}
{{ attribute_table(form, user, action, "/attribute/add/family/%(handle)s", handle=form.instance.handle) }}
{{ note_table(form, user, action, "/note/$act/family/%(handle)s", handle=form.instance.handle) }}
{{ media_table(form, user, action, "/media/$act/family/%(handle)s", handle=form.instance.handle) }}
{{ lds_table(form, user, action, "/lds/add/family/%(handle)s", handle=form.instance.handle) }}
{% end %}