app/templates/projrev/templatetags/_as_my_review.html
changeset 31 ef9fdc847543
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/templatetags/_as_my_review.html	Mon Aug 10 03:54:33 2009 +0530
@@ -0,0 +1,23 @@
+<p class="post-footer align-right">
+  On <strong>{{ review.reviewed_on|date:"jS F Y h:iA" }}</strong>
+  Total Score: <strong>{{ total_score }}</strong>
+  Proposal: <strong>
+   <a href="/site-content/{{ proposal_path }}">{{ proposal_name }}</a>
+   </strong>
+  Institution: <strong>{{ institution }}</strong>
+  State: <strong>{{ state }}</strong>
+  District: <strong>{{ district }}</strong><br />
+  Line Item: <strong>{{ line_item }}</strong><br />
+  Attribute 1: <strong>{{ review.attribute1 }},</strong> 
+  Attribute 2: <strong>{{ review.attribute2 }},</strong>
+  Attribute 3: <strong>{{ review.attribute3 }},</strong>
+  Attribute 4: <strong>{{ review.attribute4 }},</strong>
+  Attribute 5: <strong>{{ review.attribute5 }},</strong>
+  Attribute 6: <strong>{{ review.attribute6 }},</strong>
+  Attribute 7: <strong>{{ review.attribute7 }},</strong>
+  Attribute 8: <strong>{{ review.attribute8 }},</strong>
+  Attribute 9: <strong>{{ review.attribute9 }}</strong>
+</p>
+<div class="review-center-box">
+  {{ review.comment }}
+</div>
\ No newline at end of file