{% extends 'program_base.html' %} {% load commonmark %} {% load staticfiles %} {% block program_content %}
When? | What? | Where? | {% for instance in eventinstances %} {% ifchanged instance.when.lower.date %}
---|---|---|
{{ instance.when.lower.date|date:"l Y-m-d" }} | ||
{{ instance.when.lower|date:"H:i" }}-{{ instance.when.upper|date:"H:i" }} | {{ instance.event.title }} | {{ instance.location.name }} |