{% include 'header.html' %}
Orgs
Server
Org
Graph
Repos
# Authors
# Commits
Last Seen (days)
Active Devs
{% for row in data %}
{{ row['_git_server'] }}
{{ row['_git_owner'] }}
Explore
{{row['repos']}}
{{ row['authors'] }}
{{ row['commits'] }}
{{ row['days_ago'] }}
{{ row['active_devs'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}