diff --git a/company/templates/company/company_analytics.html b/company/templates/company/company_analytics.html index 216320693..a681749f8 100644 --- a/company/templates/company/company_analytics.html +++ b/company/templates/company/company_analytics.html @@ -1,24 +1,21 @@ -{% extends 'company/company_dashboard_base.html' %} -{% load static %} -{% block title %} Company Analytics {% endblock title %} +{% extends 'company/company_dashboard_base.html' %} +{% load static %} +{% block title %} Company Analytics {% endblock title %} {% block body %} -
Dashboard
- + {{bug_rate_increase_descrease_weekly.percent_increase}}% {% if bug_rate_increase_descrease_weekly.is_increasing %} Increasing {% else %} Decreasing {% endif %} compared to last week
-
+
{{accepted_bug_rate_increase_descrease_weekly.percent_increase}}%
{% if accepted_bug_rate_increase_descrease_weekly.is_increasing %}
@@ -471,359 +322,277 @@ Transaction History
From Jan 01, 2022 to Jan 31, 2022
- -No data for this month
@@ -64,9 +74,9 @@