author | nishanth |
Fri, 02 Jul 2010 14:12:25 +0530 | |
changeset 87 | e81b105b1128 |
parent 71 | 1279f0094687 |
permissions | -rw-r--r-- |
10 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
71
1279f0094687
now list of feedbacks and report are viewable only if there are feedbacks submitted.
nishanth
parents:
10
diff
changeset
|
3 |
{% if feeds_list %} |
10 | 4 |
List of feedbacks submitted for the workshop {{event.title}}<br /> |
5 |
{{feeds_list|unordered_list}} |
|
71
1279f0094687
now list of feedbacks and report are viewable only if there are feedbacks submitted.
nishanth
parents:
10
diff
changeset
|
6 |
{% else %} |
1279f0094687
now list of feedbacks and report are viewable only if there are feedbacks submitted.
nishanth
parents:
10
diff
changeset
|
7 |
No user has submitted a feedback yet. |
1279f0094687
now list of feedbacks and report are viewable only if there are feedbacks submitted.
nishanth
parents:
10
diff
changeset
|
8 |
{% endif %} |
10 | 9 |
{% endblock %} |