{% extends "company/company_dashboard_base.html" %} {% load static %} {% block title %} Company Analytics | OWASP BLT {% endblock title %} {% block body %} {% block edit_link %}
{% endblock edit_link %}Dashboard
{{ total_info.total_company_bugs }}
Total Bugs
{{ total_info.total_bug_hunts }}
Bug Bounties
{{ total_info.total_domains }}
Domains
$ {{ 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