{% 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:

Attribute Name
Score    Average

Attribute 1:
{{ review_score.0 }}             {{ review_avg.0 }}

Attribute 2:
{{ review_score.1 }}             {{ review_avg.1 }}

Attribute 3:
{{ review_score.2 }}             {{ review_avg.2 }}

Attribute 4:
{{ review_score.3 }}             {{ review_avg.3 }}

Attribute 5:
{{ review_score.4 }}             {{ review_avg.4 }}

Attribute 6:
{{ review_score.5 }}             {{ review_avg.5 }}

Attribute 7:
{{ review_score.6 }}             {{ review_avg.6 }}

Attribute 8:
{{ review_score.7 }}             {{ review_avg.7 }}

Attribute 9:
{{ review_score.8 }}             {{ review_avg.8 }}



Overall Score:
{{ total_score }}           {{ total_avg }}

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 %}