{% include '_header.html' %}
{% import '_id_header_macro.html' as header %}
{% set id = 'developers' %} {{ header.id_headings(id) if id }}
Developers
Total:
{{ developers.total }}
{% set active_pixels = data_size.get('Active','40') %}
{{ developers.get("Active","0") }}
Active
{{ developers.get("Active_percentage", "0") }}%
{{ developers.get("Aging","0") }}
Aging
{{ developers.get("Aging_percentage", "0") }}%
{{ developers.get("Stale","0") }}
Stale
{{ developers.get("Stale_percentage", "0") }}%
{{ developers.get("Unmaintained","0") }}
Dormant
{{ developers.get("Unmaintained_percentage", "0") }}%
/div>
Repositories
Total:
{{ repos.total }}
{{ repos.get("Active","0") }}
Active
{{ repos.get("Active_percentage","0") }}%
{{ repos.get("Aging","0") }}
Aging
{{ repos.get("Aging_percentage","0") }}%
{{ repos.get("Stale","0") }}
Stale
{{ repos.get("Stale_percentage","0") }}%
{{ repos.get("Unmaintained","0") }}
Dormant
{{ repos.get("Unmaintained_percentage","0") }}%
{% include '_footer_scripts.html' %}