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

{{ applicant_name }}

{% if frappe.user == owner %}

Edit Grant

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

{{ amount }}

Q. Have you recevied grant from us before?

{{ has_any_past_grant_record }}

Contact

{% if frappe.user != 'Guest' %} {% if contact_person %} {% endif %}
Contact Person {{ contact_person }}
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 %} {% block style %} {% endblock %}