{% include '_header.html' %}
{% include '_entity_header.html' %}

Commit Summary

Active Aging Stale Unmaintained
{{ ranges['active'] }} {{ ranges['aging'] }} {{ ranges['stale'] }} {{ ranges['unmaintained'] }}
{% if developer_status %}

Developer Status

Active Aging Stale Unmaintained
{{ developer_status.get('Active') }} {{ developer_status.get('Aging') }} {{ developer_status.get('Stale') }} {{ developer_status.get('Unmaintained') }}
{% endif %} {% import '_radar_macro.html' as radar %} {% if landscape %}

Technology Landscape

{% for row in landscape %} {% endfor %}
Technology # Files
{{ row['Language'] }} {{ row['count'] }}
{{ radar.render_radar("radarChartOrg", labels, datapoints) }}
{% else %}

No Technology Landscape found for organisation

{% endif %}

Repositories

{% for row in repos %} {% endfor %}
Repo # Authors # Committers # Commits Last Seen (days) Active Devs Status
{{ row['_git_repo'] }} {{ row['authors'] }} {{ row['committers'] }} {{ row['commits'] }} {{ row['days_ago'] }} {{ row['active_devs'] }} {{ row['status'] }}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}