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

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

Chart:

Top projects chart
{% endif %} {% if data %}

Raw data:

{% ifequal type "time" %} {% endifequal %} {% ifequal type "members" %} {% endifequal %} {% for item in data %} {% if forloop.counter0|divisibleby:"2" %} {% else %} {% endif %} {% ifequal type "time" %} {% endifequal %} {% ifequal type "members" %} {% endifequal %} {% endfor %}
ProjectTracked time (hours)Number of members
{{ item|first|capfirst }}{{ item|last|floatformat:"3" }}{{ item|last }}
{% else %} {% if type %}

No data available. Please try again changing analysis parameters.

{% endif %} {% endif %} {% if not type %}

Customize data analysis

  • - -
  • - -
{% endif %}
{% endblock %}