{{ error }}
{% endif %}
{% if chart %}
Chart:
Table:
Client | Tracked time (hours) |
---|---|
{{ item|first|capfirst }} | {{ item|last|floatformat:"3" }} |
No data available. Please try again changing analysis parameters.
{% endif %}{% extends "template_1.html" %} {% block scripts %} {% endblock %} {% block content %}
Client | Tracked time (hours) |
---|---|
{{ item|first|capfirst }} | {{ item|last|floatformat:"3" }} |
No data available. Please try again changing analysis parameters.
{% endif %}