{% include '_header.html' %}
{% import '_id_header_macro.html' as header %}
{% set id = 'developers' %} {{ header.id_headings(id) if id }}

Developers

Total: {{ developers.total }}

Active

{% set active_pixels = data_size.get('Active','40') %}
{{ developers.get("Active","0") }}
{{ developers.get("Active_percentage", "0") }}%

Aging

{{ developers.get("Aging","0") }}
{{ developers.get("Aging_percentage", "0") }}%

Stale

{{ developers.get("Stale","0") }}
{{ developers.get("Stale_percentage", "0") }}%

Dormant

{{ developers.get("Unmaintained","0") }}
{{ developers.get("Unmaintained_percentage", "0") }}%

Repositories

Total: {{ repos.total }}

Active

{{ repos.get("Active","0") }}
{{ repos.get("Active_percentage","0") }}%

Aging

{{ repos.get("Aging","0") }}
{{ repos.get("Aging_percentage","0") }}%

Stale

{{ repos.get("Stale","0") }}
{{ repos.get("Stale_percentage","0") }}%

Dormant

{{ repos.get("Unmaintained","0") }}
{{ repos.get("Unmaintained_percentage","0") }}%
{% include '_footer_scripts.html' %}