Debug
Matched Images
| Sl No | Visitor | Matched Images | |
|---|---|---|---|
| {{ loop.index + ((page - 1) * limit) }} |
{{ row.name }}
ID: {{ row.user_id }}
|
{{ row.email or '—' }} |
{% if row.images %}
{{ row.images|length }} img
{% for img in row.images %}
{% if loop.index0 < 5 %}
{% else %}
No images yet
{% endif %}
|
No matched images found
Face matching hasn't run yet, or no matches exist.