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

{{ title }}

{% if frappe.user == owner %}

Edit Grant

{% endif %}
Organization/Indvidual {{ organization_type }}
Grant Applicant Name {{ title}}
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. Requested grant amount 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 assessment_scale %}

Assessment Review done

{% endif %} {% else %}


Post a New Grant

{% endif %} {% endblock %}