{% 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 }}

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

{{ grant_description }}

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

{{ grant_purpose }}

Q. Amount Requested Details?

{{ amount }}

Q. 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 %}
{% if frappe.session.user == assessment_manager %} {% if not assessment_scale %}
{% else %}

Assessment Review done

{% endif %} {% else %}


Post a New Grant

{% endif %} {% endblock %}