{% set title = "Summary" %} {% include '_bootstrap_html_head.html' %} {% include 'header.html' %}
{% import '_id_header_macro.html' as header %}
{{ header.id_headings(id) if id }}

Developers

{% set dev_url = "/developers/"%}

({{ developers.total }})

{% set active_pixels = data_size.get('Active','40') %}
{{ developers.get("Active","0 ") }}
Active
{{ developers.get("Active_percentage", "0 ")}} %
{{ developers.get("Aging","?") }}
Aging
{{ developers.get("Aging_percentage", "0 ")}} %
{{ developers.get("Stale","?") }}
Stale
{{ developers.get("Stale_percentage", "0 ")}} %
{{ developers.get("Unmaintained","?") }}
Dormant
{{ developers.get("Unmaintained_percentage", "0 ")}} %

Repos

({{ repos.total }})

{{ repos.get("Active","0 ") }}
Active
{{ repos.Active_percentage}} %
{{ repos.get("Aging","0 ") }}
Aging
{{ repos.Aging_percentage}} %
{{ repos.get("Stale","0 ") }}
Stale
{{ repos.Stale_percentage}} %
{{ repos.get("Unmaintained","0 ") }}
Dormant
{{ repos.Unmaintained_percentage}} %
{% include '_footer_scripts.html' %}