{% extends "organization/organization_dashboard_base.html" %} {% load static %} {% load custom_tags %} {% block title %} Organization Analytics | {% env 'PROJECT_NAME' %} {% endblock title %} {% block body %} {% block edit_link %}
{% endblock edit_link %}Dashboard
$ {{ total_info.total_money_distributed }}
Money Distributed
{{ 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 %} Increasing {% else %} Decreasing {% endif %} compared to last week
From Jan 01, 2022 to Jan 31, 2022