{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load static %} {% load bootstrap3 %} {% block title %}Merge Persons{% endblock %} {% block content %}
This tool will merge two Person records into one. If both records have logins and you want to retain the one on the left, use the Swap button to swap source and target records.
{% endblock %}