{% extends "plainui/base.html" %} {% import "plainui/components/markdown.html" as markdownMacro %} {% import "plainui/components/nav.html" as navMacro with context %} {% import "plainui/components/three_cards.html" as threeCardsMacro %} {% block title %}{{conf.name}} - Index{% endblock %} {% block content %} {{ navMacro.top_nav(start.title) }}
{{ start.body_html|safe }}

{{ _('index__box-whatshappening__title') }}

{% if conf.is_running %} TODO {# TODO: Streams aus offiziellen Assemblies? #} {% elif conf.has_ended %}

{{ _('index__box-whatshappening__ended') }}

{% else %}

{{ _('index__box-whatshappening__waiting') }}

{{ _('index__box-whatshappening__day') }} {{ conf.current_day }}

{% endif %}
{% endblock %}