app/templates/projrev/templatetags/_as_my_review.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 10 Aug 2009 03:54:33 +0530
changeset 31 ef9fdc847543
permissions -rw-r--r--
Added list of My reviews.

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