lects
todo
rates
2col
3col
4col
rand
rate count
my rates
coord
1
2
3
4
∑
state
⇅
✓
{%- for category in config['categories'] -%}
{{ category + " 0 %" }}
{%- endfor -%}
comment
{%- for category in config['categories'] -%}
{{category}}:
0 %
{%- endfor -%}
remove
rate
Please wait …
{% for ev in events -%}
{%- for m in range(1+config['categories']|length) -%}
{%- endfor -%}
{%- if not ev.state == 'gone' -%}
acc
rej
edit
take
{%- else -%}
del
{%- endif -%}
{{ev.duration}}
{{ json.loads(ev.speakers) | length}}
{{ ev.title }}
{%- if ev.coordinator -%}
coordinator:
{{ev.coordinator}}
{%- endif -%}
speakers:
{%- for speaker_id, speaker_name in json.loads(ev.speakers or '{}').items() -%}
{{speaker_name}}
{%- endfor -%}
abstract:
{{ ev.abstract }}
{%- if ev.description -%}
description:
{{ ev.description }}
{%- endif -%} {%- if ev.notes -%}
notes:
{{ ev.notes }}
{%- endif -%}
{%- for rating in ev.ratings -%}
{{rating.submitter}}:
{%- for category, value in json.loads(rating.rating_dict or '{}').items()|sort -%}
{{ config['categories'][loop.index-1] + " " + value|string + " %" }}
{%- endfor -%}
{{rating.comment}}
{%- endfor -%}
{%- else %}
No events imported yet
{%- endfor %}