{% extends 'base.html' %} {% block body %}
A beneficiary with the same name, mobile number, age and location is already registered:
| 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.