{% extends "index.html" %} {% block content %}

Contact Match

Manually link Signal, WhatsApp, Instagram, and XMPP identifiers to people.

{% if notice_message %}
{{ notice_message }}
{% endif %}

Create Or Link Identifier

{% csrf_token %}

Discovered Contacts

{% if candidates %}
{% for row in candidates %} {% endfor %}
Contact Service Identifier Status
{{ row.person_name }} {{ row.service|title }} {{ row.identifier }} {% if row.linked_person %} linked {% else %} unlinked {% endif %} Message
{% else %}

No contacts discovered yet.

{% endif %}
{% endblock %}