app/templates/projrev/templatetags/_as_review.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 10 Aug 2009 01:38:02 +0530
changeset 27 37612f295cd4
parent 26 97bd3c28c957
child 42 4cf4c1f0e5bb
permissions -rw-r--r--
Added comments for ranks and reviews.

<p class="post-footer align-right">
  Comment by: <strong>{{ review.reviewer}}</strong>,
On <strong>{{ review.reviewed_on|date:"jS F Y h:iA" }}</strong>
  Total Score: <strong>{{ total_score }}</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>