{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation %} {% endblock %} {% block main-content %}
{% ifequal cost-unit-type "minutes" %}
Duration per Work Type (Hours / Month)
{% endifequal %} {% ifequal cost-unit-type "points" %}
Duration per Work Type (Points)
{% endifequal %} {% ifequal cost-unit-type "issues" %}
Issues per Work Type
{% endifequal %} {% ifequal cost-unit-type "commits" %}
Commits per Work Type
{% endifequal %} {% ifequal cost-unit-type "cycle-time-in-development" %}
Hours in Development
{% endifequal %}
{% endblock %}