summaryrefslogtreecommitdiff
path: root/templates/stats/show.jinja
blob: 76d1ff3e78ea8ed3c0fc252ff75106ecdbe5109f (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-1.3.9.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 %}