{% extends "layouts/base.html" %} {% block title %} Dashboard {% endblock %} {% block body_class %} sidebar-mini {% endblock body_class %} {% block stylesheets %} {{ super() }} {% endblock stylesheets %} {% block content %}

Dashboard

{{ installations|length }}

GitHub Organizations

More info

{{ open_pull_request_count }}

Open Pull Requests

More info

{{ merged_pull_request_count }}

Merged Pull Requests

More info

{{ total_repository_count }}

Total Repositories

{{ active_repository_count }}

Active Repositories

{{ archived_repository_count }}

Archived Repositories

Two Factor Enforcement

{{ '%0.1f' % two_factor_percentage|float }}% enforced

Secret Scanning

{{ '%0.1f' % secret_scanning_percentage|float }}% with alert or protection

Dependabot

{{ '%0.1f' % dependabot_percentage|float }}% with alert or updates

Branch Protections

{{ '%0.1f' % branch_protection_percentage|float }}% enabled

Private Vulnerability Reporting

{{ '%0.1f' % private_vulnerability_reporting_percentage|float }}% enabled

{% endblock content %} {% block javascripts %} {{ super() }} {% endblock javascripts %}