{% extends 'base.html' %} {% block content %} {% if user_repos.count %}

Below are your repos on GitHub. Sync the repos containing GeoJSON to expose a spatial API for them.

Note: Some of the repos below may be private. Syncing repos (and the feature sets in them) will expose them publicly via an API.

{% for repo in user_repos %} {% endfor %}
GitHub Privacy Repo Sync Status Sync / Unsync
{% if repo.github_private %} {% endif %} {{ repo.get_sync_status_display }} {% if repo.synced %}Unsync{% else %}Sync{% endif %}
{% else %}

No Repos

You have no repos that we can see. If you just signed up we might still be fetching them. Refresh the page to see if we're done yet.

{% endif %} {% endblock %} {% block javascript %} {% endblock %}