templates/show_report.html
changeset 11 afc41af983e5
child 71 1279f0094687
equal deleted inserted replaced
10:7535305b1104 11:afc41af983e5
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     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 <br />
       
     5 	{{workshop_report|unordered_list}}
       
     6 {% endblock %}