{% extends "templates/web.html" %} {% block page_content %}
Organization/Indvidual | {{ applicant_type }} |
Grant Applicant Name | {{ applicant_name}} |
Date | {{ frappe.format_date(creation) }} |
Status | {{ status }} |
{{ email }} |
{{ grant_description }}
{{ amount }}
{{ has_any_past_grant_record }}
Contact Person | {{ contact_person }} |
{{ email }} |
You must register and login to view contact details
{% endif %}Assessment Review done
{% endif %} {% else %} {% endif %} {% endblock %} {% block style %} {% endblock %}