templates/show_report.html
changeset 71 1279f0094687
parent 11 afc41af983e5
--- a/templates/show_report.html	Wed Jun 30 10:24:15 2010 +0530
+++ b/templates/show_report.html	Wed Jun 30 10:29:38 2010 +0530
@@ -1,6 +1,10 @@
 {% extends "base.html" %}
 {% block content %}
+{% if workshop_report %}
 Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
 <br />
-	{{workshop_report|unordered_list}}
+{{workshop_report|unordered_list}}
+{% else %}
+There are no feedbacks submitted yet.
+{% endif %}
 {% endblock %}