{% block breadcrumb %}{% endblock %}
{% block page_title %}{{ app_name }}{% endblock %}
{% set sub %}{% block page_sub %}{% endblock %}{% endset %}
{% if sub | trim %}{{ sub }}
{% endif %}
{% block topbar_extra %}{% endblock %}
{% for pill in status_pills %}
{# Eine Pille kann mehr als Text sein: ein Countdown (data-countdown-to
wird laufend gezählt) und eine Aktion. Der Knopf steckt bewusst in
der Pille -- er gehört zu der Angabe, die er aktualisiert. #}
{% if pill.dot %}{% endif %}
{{ pill.label }}
{% if pill.countdown_to %}
{% endif %}
{% if pill.suffix %}{{ pill.suffix }}{% endif %}
{% if pill.action %}
{% endif %}
{% endfor %}