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

Merge Profiles

Profile to merge: {% include 'profiles/_profile_card.html' with profile=profile_to_merge %}
Profile to merge into: {% include 'profiles/_profile_card.html' with profile=profile_to_merge_into %}
{% csrf_token %} {{ merge_form }}
{% endblock content %}