templates/show_report.html
changeset 71 1279f0094687
parent 11 afc41af983e5
equal deleted inserted replaced
70:911a24ae80d6 71:1279f0094687
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% block content %}
     2 {% block content %}
       
     3 {% if workshop_report %}
     3 Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
     4 Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
     4 <br />
     5 <br />
     5 	{{workshop_report|unordered_list}}
     6 {{workshop_report|unordered_list}}
       
     7 {% else %}
       
     8 There are no feedbacks submitted yet.
       
     9 {% endif %}
     6 {% endblock %}
    10 {% endblock %}