{% 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 Reported Type

Reported on Domains

Monthly Reports of {{ get_current_year_monthly_reported_bar_data.current_year }}

Total Reported

{% if bug_rate_increase_descrease_weekly.is_increasing %} {% else %} {% endif %}

{{ bug_rate_increase_descrease_weekly.this_week_issue_count }}Bugs

{{ bug_rate_increase_descrease_weekly.percent_increase }}% {% if bug_rate_increase_descrease_weekly.is_increasing %} Increasing {% else %} Decreasing {% endif %} compared to last week

Accepted Bugs

{% if accepted_bug_rate_increase_descrease_weekly.is_increasing %} {% else %} {% endif %}

{{ accepted_bug_rate_increase_descrease_weekly.this_week_issue_count }}Accepted Bugs

{{ 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

Your balance

$120,435.00(USD)

From Jan 01, 2022 to Jan 31, 2022

Spent On Bug Types

Total Spent

${{ total_info.total_money_distributed }}
{% for bugtype, money_spent in spent_on_bugtypes.zipped_data %}
{{ bugtype }}
${{ money_spent }}
{% endfor %}
{% endblock body %} {% block js %} {% endblock js %}