{# ========================================================================== Grundgeruest aller angemeldeten Seiten. Bloecke: extra_head, page_title, page_sub, breadcrumb, topbar_extra, content, dialogs, scripts ========================================================================== #} {% block title %}{{ self.page_title() }} · {{ app_name }}{% endblock %} {% block extra_head %}{% endblock %}
{% 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 %} {% if pill.dot %}{% endif %} {{ pill.label }} {% endfor %}
{% block content %}{% endblock %}
{# -- Flash-Meldungen: als JSON, von app.js in Toasts verwandelt ----------- #} {% with messages = get_flashed_messages(with_categories=true) %} {% endwith %} {# -- Befehlspalette ------------------------------------------------------- #}
waehlen Enter oeffnen Esc schliessen
{# -- Bestaetigungsdialog (ersetzt window.confirm) ------------------------- #} {% block dialogs %}{% endblock %} {% block scripts %}{% endblock %}