diff -r 000000000000 -r c94bd9ae70d2 app/templates/projrev/proposal/rank.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/templates/projrev/proposal/rank.html Tue Aug 04 02:21:15 2009 -0400 @@ -0,0 +1,132 @@ +{% extends "projrev/base.html" %} +{% 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 +
+
+
+ Attribute 1: +
+
+ {{ review_score.0 }} +
+
+
+ Attribute 2: +
+
+ {{ review_score.1 }} +
+
+
+ Attribute 3: +
+
+ {{ review_score.2 }} +

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

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

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

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

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

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

+
+ Overall Score: +
+
+ {{ total_score }} +
+

+

+ Reviews (5) + Last reviewed: Nov 11, 2006 + Last submitted: Nov 11, 2006 +

+ +
+{% endblock content %} \ No newline at end of file