{% extends 'base.html' %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

Possible Duplicate Beneficiary

A beneficiary with the same name, mobile number, age and location is already registered:

{% for d in duplicates %} {% endfor %}
Beneficiary Name Mobile Age Project From Date
{{ d.beneficiary_name }} {{ d.mobile }} {{ d.age }} {{ d.project }} {{ d.from_date }}

If this is a different person (e.g. a family member sharing a phone number), you can save it anyway. Otherwise go back and check the existing record.

{% csrf_token %} {% for key, value in form_data.items %} {% endfor %} Cancel
{% endblock %}