diff -r 64249ebaf65a -r 4cf4c1f0e5bb app/templates/projrev/templatetags/_as_review.html --- a/app/templates/projrev/templatetags/_as_review.html Tue Aug 11 04:34:01 2009 +0530 +++ b/app/templates/projrev/templatetags/_as_review.html Wed Aug 12 19:30:12 2009 +0530 @@ -1,17 +1,74 @@ -

- Comment by: {{ review.reviewer}}, -On {{ review.reviewed_on|date:"jS F Y h:iA" }} - Total Score: {{ total_score }}
- Attribute 1: {{ review.attribute1 }}, - Attribute 2: {{ review.attribute2 }}, - Attribute 3: {{ review.attribute3 }}, - Attribute 4: {{ review.attribute4 }}, - Attribute 5: {{ review.attribute5 }}, - Attribute 6: {{ review.attribute6 }}, - Attribute 7: {{ review.attribute7 }}, - Attribute 8: {{ review.attribute8 }}, - Attribute 9: {{ review.attribute9 }} -

+{% load review_helpers %} + +
+
+ {{ review.comment }}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Feasibility of the proposed activity and the appropriateness of the time frame: + {{ review.attribute1 }}
+ Uniqueness/novelty/innovation of the said proposal: + {{ review.attribute2 }}
+ Scope for inter-institutional collaboration and development: + {{ review.attribute3 }}
+ The organisation of the programme to be carried out: + {{ review.attribute4 }}
+ The details of the work as the outlined by the principal investigator(PI): + {{ review.attribute5 }}
+ The details of the work as the outlined by the principal investigator(PI): + {{ review.attribute6 }}
+ Social impact/reach/spread of the outcome of the proposal: + {{ review.attribute7 }}
+ Contribution of the proposal to minimizing the digital divide in our country: + {{ review.attribute8 }}
+ Any other matter which is likely to affect the execution of the project: + {{ review.attribute9 }}
+
+
- {{ review.comment }} + Comment by: {{ review.reviewer }}, +On {{ review.reviewed_on|date:"jS F Y h:iA" }}

+ {{ review.comment|wordwrap:"80"|splitline }}

+ Total Score: {{ total_score }}    + Click here to see complete comment and individual scores
\ No newline at end of file