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 %}