{% extends "layout.jinja" %} {% from "macros.jinja" import left_arrow, right_arrow, colorize %} {% set JSFunction = "showJS" %} {% set additionalJS = "highstock" %} {% block heading %} {% if exps | length > 1 -%} Aktuelle Kosten {%- else -%} Kosten für {{exps[0]|date}} {% endif %} {% endblock %} {% block content %} {% for e, p in zip(exps,pies) %} {%+ if exps | length > 1 %}