diff --git a/src/program/templates/noscript_schedule_view.html b/src/program/templates/noscript_schedule_view.html new file mode 100644 index 00000000..c1dfdda5 --- /dev/null +++ b/src/program/templates/noscript_schedule_view.html @@ -0,0 +1,39 @@ +{% 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 }} | +