{% extends "template_1.html" %} {% block scripts %} {% endblock %} {% block content %}

{% if error %}
{{ error }}
{% endif %} {% if chart %}

Chart:

Most active clients
{% endif %} {% if data %}

Table:

{% for item in data %} {% if forloop.counter0|divisibleby:"2" %} {% else %} {% endif %} {% endfor %}
Client Tracked time (hours)
{{ item|first|capfirst }} {{ item|last|floatformat:"3" }}
{% else %}

No data available. Please try again changing analysis parameters.

{% endif %}
{% endblock %}