{% block style %}
{% endblock %} {% if config['DEBUG'] %}{% endif %}
Kosten
{% if current_user.is_authenticated() %}
» {{ current_user.description | default('von ' ~ current_user.name, true) }}
{% endif %}
{% block menu %} {% from "menu.jinja" import menu with context %}
{% for uri, page in menu %}
{{page}}
{% endfor %} {% if current_user.is_authenticated() %}
{% endif %}
{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for cat,msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}
{% block heading -%}{%- endblock %}
{% block content %}{% endblock %}
{% if not g.is_mobile %} {% block js %} {% endblock %} {% if JSFunction %} {% endif %} {% endif %}