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

Potentially duplicate Contributors

{% if merge_form %}
{{ merge_form|bootstrap }}
{% endif %}

All found duplicates

{% if is_paginated %}
{% include 'partials/pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %}