{% extends "layouts/base.html" %} {% block title %} Dashboard {% endblock %} {% block body_class %} sidebar-mini {% endblock body_class %} {% block stylesheets %} {% 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 Repository Count

{% for installation in installations %} {% set github_id = installation.github_id %} {% set project_name = installation.project_name %} {% set installation_status = installation.installation_status %} {% endfor %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}