{% load crispy_forms_tags %} {% load scipost_extras %}

Merge Profile {{ profile_to_merge.id }}

{% include "profiles/_profile_card_narrow.html" with profile=profile_to_merge %}

into Profile {{ profile_to_merge_into.id }}

{% include "profiles/_profile_card_narrow.html" with profile=profile_to_merge_into %}
{% if profile_to_merge.contributor and not profile_to_merge_into.contributor %}

Warning: the profile to merge has an active contributor account, while the one to merge into does not. Consider swapping the order with "Swap & Merge".

{% endif %}
Merge
Swap & Merge
Mark as Different