{% extends "livestats/base.html" %} {% block head_title %}{{ monitor.title }} - {% endblock %} {% block title %}{{ monitor.title }}{% endblock %} {% block head %} {% endblock %} {% block body %} {% if monitor.show_table %}
{% for column in tablecolumns %} {% endfor %}
{{ monitor.title }}{{ column.title }}
{% endif %} {% if monitor.show_kpis %}
{% for box in boxes %}

{{ box.title }}

{% endfor %} {% if monitor.show_table %} {% if kpi_history %}

{{ monitor.order_by }} history

{% for kpi in kpi_history %}

{{ kpi.date_from|date:"D" }}

{{ kpi.kpi.prefix }}{{ kpi.value }}{{ kpi.kpi.suffix }}

{% endfor %} {% if not live_update %}
Tilbage til i dag {% endif %}
{% endif %} {% endif %}
{% endif %} {% endblock %}