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

You are Updating/Editing {{ beneficiary.name }}

Proceed
{% include "backend/apps/quicknav.html" %}
BENEFICIARY: {{ beneficiary.name }}
{% csrf_token %}
Edit Beneficiary
{% if beneficiary.support_document.exists %} {% else %}

No support documents available.

{% endif %}

Kindly upload original/scanned documents supporting the information above.

{% if user.is_superuser %}
{% endif %}
{% endblock %}