{% extends 'profiles/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Duplicates Merge Profiles {{ profile_to_merge.id }} and {{ profile_to_merge_into.id }} {% endblock %} {% load scipost_extras %} {% block pagetitle %}: Profile duplicates: merge{% endblock pagetitle %} {% block content %}

Merge Profiles {{ profile_to_merge.id }} and {{ profile_to_merge_into.id }}

Profile {{ profile_to_merge.id }}

{% include 'profiles/_profile_card.html' with profile=profile_to_merge %}

Profile {{ profile_to_merge_into.id }}

{% include 'profiles/_profile_card.html' with profile=profile_to_merge_into %}

Merge:

{% csrf_token %} {{ merge_form|bootstrap }}
{% endblock content %}