{% extends "base.html" %} {% block content %} 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}} {% endblock %}