{% extends "projrev/base.html" %} {% load review_helpers %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block content %}

Review the proposal

The proposal details are given below followed by a Review form.

Title:
{{ project.title }}

Project MICR Code:
{{ project.micr_code }}

Institution:
{{ project.institution }}

Project Line Item:
{{ project.line_item }}

Address:
{{ project.address }}

City:
{{ project.city }}

PIN Code:
{{ project.pin_code }}

State:
{{ project.state }}

District:
{{ project.district }}

Proposal Document:

{{ form.attribute1.errors }} {{ form.attribute1.label }}
{% if form.attribute1.field.required %}  (required){% endif %}

{{ form.comment_a1.errors }} {{ form.comment_a1 }}

{{ form.attribute2.errors }} {{ form.attribute2.label }}
{% if form.attribute2.field.required %}  (required){% endif %}

{{ form.comment_a2.errors }} {{ form.comment_a2 }}

{{ form.attribute3.errors }} {{ form.attribute3.label }}
{% if form.attribute3.field.required %}  (required){% endif %}

{{ form.comment_a3.errors }} {{ form.comment_a3 }}

{{ form.attribute4.errors }} {{ form.attribute4.label }}
{% if form.attribute4.field.required %}  (required){% endif %}

{{ form.comment_a4.errors }} {{ form.comment_a4 }}

{{ form.attribute5.errors }} {{ form.attribute5.label }}
{% if form.attribute5.field.required %}  (required){% endif %}

{{ form.comment_a5.errors }} {{ form.comment_a5 }}

{{ form.attribute6.errors }} {{ form.attribute6.label }}
{% if form.attribute6.field.required %}  (required){% endif %}

{{ form.comment_a6.errors }} {{ form.comment_a6 }}

{{ form.attribute7.errors }} {{ form.attribute7.label }}
{% if form.attribute7.field.required %}  (required){% endif %}

{{ form.comment_a7.errors }} {{ form.comment_a7 }}

{{ form.attribute8.errors }} {{ form.attribute8.label }}
{% if form.attribute8.field.required %}  (required){% endif %}

{{ form.comment_a8.errors }} {{ form.comment_a8 }}

{{ form.attribute9.errors }} {{ form.attribute9.label }}
{% if form.attribute9.field.required %}  (required){% endif %}

{{ form.comment_a9.errors }} {{ form.comment_a9 }}



{% if form.comment.help_text %} {% endif %} {{ form.comment.errors }} {{ form.comment }}{% if form.comment.field.required %}  (required){% endif %}


Reviews: {% if nr_reviews %} {{ nr_reviews }} {% else %} (None) {% endif %} Last reviewed: {% if last_reviewed %} {{ last_reviewed|date:"jS F Y h:iA" }} {% else %} (Not Reviewed) {% endif %} Last submitted: {% if last_submitted %} {{ last_submitted|date:"jS F Y h:iA" }} {% else %} (New Submission) {% endif %}

{% if reviews %}

Reviews: Comments and Scores:

{% for review in reviews %} {% as_review review %} {% endfor %}

{% endif %}
{% endblock content %}