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

Review the proposal

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

Project MICR Code:
{{ project.micr_code }}

Institution:
{{ project.institution }}

Project Line Item:
{{ project.line_item }}

State:
{{ project.state }}

District:
{{ project.district }}

Proposal Document:

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

{{ form.comment.errors }} {{ form.attribute1.label_tag }}: {% if form.attribute1.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 %}