diff -r 7257b66a6766 -r a6a5e45f68c8 app/templates/projrev/templatetags/_as_comment.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/templates/projrev/templatetags/_as_comment.html Mon Aug 10 00:40:47 2009 +0530 @@ -0,0 +1,31 @@ +
+
+ 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