{% extends "workshop/base.html" %} {% block breadcrumb %}
  • Home
  • {{ workshop.title }}
  • Program
  • {% endblock breadcrumb %} {% block content %}

    Workshop program


    {% if program.count > 0 %} {% for p in program %}

    {{ p.date }} {{ p.title }}

    {{ p.description|safe }}


    {% endfor %} {% else %}

    There are no schedule events registered in this workshop

    {% endif %}
    {% endblock content %}