{% 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" %}
{% module xsrf_form_html() %}
{{ _("Child") }}: {{ form.display_name_from_field_handle(form.path + ".ref") }}
{{_("Private") }}: {{ form.render(form.path + ".private", user, action) }}
{{ _("Mother relationship") }}: {{ form.render(form.path + ".mrel", user, action) }}
{{ _("Father relationship") }}: {{ form.render(form.path + ".frel", user, action) }}
{% if user %} {% if action == "edit" %} {{form.make_button(_("Cancel"), form.url)}} {% else %}
{{ form.make_icon_button(_("Edit Relationships"), form.url + "/edit", icon="?") }} {{ form.make_icon_button(_("Delete Relationships"), form.url + "/delete", icon="-") }}
{% end %} {% else %} {% end %}
{{ citation_table(form, user, action, form.subitem.citation_list, form.path) }}
{{ note_table(form, user, action, form.subitem.note_list, form.path) }}
{% end %}