diff -r 97bd3c28c957 -r 37612f295cd4 app/templates/projrev/templatetags/_as_review.html --- a/app/templates/projrev/templatetags/_as_review.html Mon Aug 10 01:00:32 2009 +0530 +++ b/app/templates/projrev/templatetags/_as_review.html Mon Aug 10 01:38:02 2009 +0530 @@ -1,31 +1,17 @@ -
-
- On {{ comment.created_on|date:"jS F Y H:i" }}, - by - {% if comment.created_by %} - {{ comment.created_by.name }}: - {% else %} - {{ site_name }} Automatic Updater: - {% endif %} - - ΒΆ - -
-
-

- {% if comment.content %} - {{ comment.content|safe }}

- {% else %} - (No Comment was entered for this change.) - {% endif %} -
- {% if comment.changes %} -
-
- Changes: - {{ comment.changes|join:"; " }} -
-
- {% endif %} -
-
\ No newline at end of file +

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

+
+ {{ review.comment }} +
\ No newline at end of file