{% extends "base.html" %} {% block title %}{% if editing_mirror %}Edit Mirror{% else %}Add Git Mirror{% endif %} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
GitHub connected as {{ request.session.github_oauth_user }}. Token will be used for new mirrors.
{% endif %} {% if request.session.gitlab_oauth_token %}GitLab connected. Token will be used for new mirrors.
{% endif %}