diff -r 911a24ae80d6 -r 1279f0094687 templates/show_report.html --- 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"}}
- {{workshop_report|unordered_list}} +{{workshop_report|unordered_list}} +{% else %} +There are no feedbacks submitted yet. +{% endif %} {% endblock %}