{% include '_header.html' %}
Recent Syncs
The 10 most recently synchronized repositories
Repo ID
Last Commit
Last Sync
Days Active
{% for row in data %}
{{ row['_git_repo'] }}
{{ row['last_commit'] }}
{{ row['last_sync'] }}
{{ row['days_active'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}