{% extends 'tom_common/base.html' %} {% load bootstrap4 targets_extras %} {% block title %}Merge Targets{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form %}
Note: Confirming the merge will also combine the DataProducts, ReducedDatums, TargetExtras, and ObservationRecords of the two targets. The primary target will take precedence in any conflicts that occur, and the secondary target's name will become an alias of the merged target.
{% target_merge_fields target1 target2 %}
{% endblock %}