{% from 'js.jinja' import scripts %} {{ title or "Kostenverwaltung" }} {% block style %} {% endblock %} {% if config['DEBUG'] %}{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

{% block heading -%}{%- endblock %}

{% block content %}{% endblock %}
{% if not g.is_mobile %} {% block js %} {{ scripts("jquery", "kosten") }} {% endblock %} {% if additionalJS %}{{ scripts(additionalJS) }}{% endif %} {% if JSFunction %} {% endif %} {% endif %}