{% extends "templates/web.html" %} {% block page_content %}

{{ title }}

{% if frappe.user == owner %}

Edit Grant

{% endif %}
Organization/Indvidual {{ title }}
Grant Applicant Name {{ grant_applicant_name }}
Date {{ frappe.format_date(creation) }}
Status {{ status }}
Email {{ email }}

Please outline your current situation and why you are applying for a grant?

{{ grant_description }}

Please Describe the purpose of the grant and how it will benfit your organization?

{{ grant_purpose }}

Amount Requested Details

{{ amount }}

Have you Recevied grant from us before?

{{ grant_past_record }}

Contact

{% if frappe.user != 'Guest' %}
Email {{ email }}
{% else %}

You must register and login to view contact details

{% endif %}


Post a New Grant

{% endblock %}