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

Secret Scanning

Branch Protections

Private Vulnerability Reporting

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