{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% trans 'Not a duplicate' %} {% endblock %} {% block body %}
{% blocktrans trimmed with mtpuser_username=duplicate_user.username %} You are about to confirm that the user "{{ mtpuser_username }}" is not a duplicate and remove them from the list of potential duplicates. This action cannot be undone. {% endblocktrans %}