summaryrefslogtreecommitdiff
path: root/templates/stats/show.jinja
blob: f57a119b189770a31000043f7aa289f875f1221d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "layout.jinja" %}

{% set JSFunction = "statJS" %}

{% block js %}
    {{ super() }}
    <script type="text/javascript" src="{{ "js/highstock-2.0.3.js" | static_url }}"></script>
{% endblock %}

{% block heading %}
    Statistiken
{% endblock %}

{% block content %}
    <h2>Konstante Kosten</h2>
    <div class="stats" data-stats='{{ consts | tojson }}'></div>
{% endblock content %}