{% include '_header.html' %}
Repositories {% if page.get('git_owner') %} for {{ page.get('git_owner') }} {% endif %}
{% if page.get('git_server') %}
{{ page['git_server'] }}
{% endif %}
Technology: {{ tech }}
{% if page.get('git_owner') %}
https://{{ page['git_server'] }}/{{ page['git_owner'] }}
Explore the
graph of developers and repositories.
{% endif %}
Repo ID
Files
{% for row in data %}
{{ row['_git_repo'] }}
See Files
{% endfor %}
{% if ranges %}
Repo Maintenance Status
Active
Aging
Stale
Unmaintained
{{ ranges.get('Active') }}
{{ ranges.get('Aging') }}
{{ ranges.get('Stale') }}
{{ ranges.get('Unmaintained') }}
{% endif %} {% if techs %}
Observed Technologies
{% endif %} {% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %} {% if techs %} {% endif %}