diff --git a/pinaxcon/templates/symposion/schedule/_mobile.html b/pinaxcon/templates/symposion/schedule/_mobile.html new file mode 100644 index 00000000..1e2ab647 --- /dev/null +++ b/pinaxcon/templates/symposion/schedule/_mobile.html @@ -0,0 +1,30 @@ +{% load lca2018_tags %} +{% load lca2019_tags %} +{% load waffle_tags %} + + +{% for row in timetable %} +{% if forloop.last %} +{% else %} +{% for slot in row.slots %} +
{{ slot.content.speakers|join:", "}}
+ {% listlookup timetable.rooms forloop.counter0 as value %} +Theatre {{ value }}
ends {{ slot.end }}
{{ slot.kind.label }}
+ {% endif %} + {% endwith %} +