{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}

Please ensure all beneficiary details are accurately filled in the form. Provide comprehensive information to assist in proper assessment and resource allocation. Double-check for any errors or omissions before submitting the form.

Incomplete or inaccurate information may delay the processing of the beneficiary's request.
{% include "backend/apps/quicknav.html" %}
New Beneficiary
{% csrf_token %}
Add New Beneficiary
{% if user.is_superuser %}
{% endif %}
{% endblock %}