{% 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 %} {% import "plainui/components/buttons.html" as buttonsMacro %} {% block title %}{{conf.name}} - Index{% endblock %} {% block content %} {% set start_title, start_body = fetch_wiki_page('start') %} {{ navMacro.top_nav(start_title) }}
{{ start_body }}

{{ _('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 %}
{{ buttonsMacro.primary( _('index__box-whatshappening__fahrplanlink'), url('plainui:fahrplan'), icon='calendar-week' ) }}
{% endblock %}